TorClientBuilder doesn't implement Send
Summary
Apparently it is marked as !Send for some reason, but this should be fixed.
Steps to reproduce:
- Try to send any code which creates TorClientBuilder to a different thread
- Observe compile time error
What is the expected behavior?
The future should be sent across threads safely with no compile error.