Comment on Async I/O for Python 3 parentComments−ekimekim13yIt won't be useful if the standard interface is, basically, Twisted.Stack-based solutions like gevent, eventlet get screwed over by this.−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
It won't be useful if the standard interface is, basically, Twisted.
Stack-based solutions like gevent, eventlet get screwed over by this.
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.