Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
0 points
chmike
9y ago
0 comments
Save
Share
Callbacks (asyncio & gevent) are not the same as coroutines. You have to experience the callback hell to understand the difference.
0 comments
2 comments · 2 top-level
top
newest
oldest
masklinn
9y ago
asyncio and gevent are coroutines, at least in all the senses that goroutines are.
In fact, so are regular post-PEP342 generators.
nhumrich
9y ago
Asyncio does not use callbacks. It uses async/await syntax
j
/
k
navigate · click thread line to collapse