Add loop.run_callback_threadsafe and use it in AbstractLinkable
This makes cross-thread wakeups of Event and AsyncResult objects much faster and doesn't rely on the target loop spinning as this wakes it up. Add tests for this. Fixes #1735
Showing
Please register or sign in to comment