Hacker News new | ask | show | jobs
by anonymoushn 5143 days ago
This is really simple in Python using greenlet, stackless, or gevent.
1 comments

Or threads. Simple, non-shared state threads are not that difficult to write, and for IO bound operations, they are not terribly inefficient.