Hacker News new | ask | show | jobs
by aikah 4273 days ago
Generators dont give you async programming capabilities.You need a library that actually wraps generators into coroutines,and then wrap async functions into "thunks" to make it work.