Hacker News new | ask | show | jobs
by masklinn 3361 days ago
asyncio and gevent are coroutines, at least in all the senses that goroutines are.

In fact, so are regular post-PEP342 generators.