Comment on Async I/O for Python 3 parentComments−lucian190013yNo, they don't. Gevent and eventlet can simply use this instead of their own event loops. In addition, they could install their own event loops.Tulip separates API from event loop mechanism.
Comments
No, they don't. Gevent and eventlet can simply use this instead of their own event loops. In addition, they could install their own event loops.
Tulip separates API from event loop mechanism.