Closed matthauck closed 6 years ago
Sorry again for the mountain of changes that may feel like no net new change in functionality. Just trying to keep up to date with the libraries and the tokio event loop in particular as they march forward towards a stable api.
Need to be on an event loop thread to be able to spawn new events onto the event loop. In particular, HTTPClient requests need to be initiated from event-loop threads.
So, run all the workers on a tokio runtime, not threadpools!
Also: