Skip to content

TorClientBuilder doesn't implement Send

Summary

Apparently it is marked as !Send for some reason, but this should be fixed.

Steps to reproduce:

  1. Try to send any code which creates TorClientBuilder to a different thread
  2. Observe compile time error

What is the expected behavior?

The future should be sent across threads safely with no compile error.