Hacker News new | ask | show | jobs
by ekimekim 4835 days ago
It won't be useful if the standard interface is, basically, Twisted.

Stack-based solutions like gevent, eventlet get screwed over by this.

1 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.