Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Apparently asyncio.set_event_loop() isn't necessary.
I think this is because we never start a task from inside this worker thread. Tasks are always given to the worker thread from outside of it.
- Loading branch information