Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
gildas
10 months ago
|
parent
|
context
|
favorite
| on:
Await Is Not a Context Switch: Understanding Pytho...
If we were to compare this to the JS world, it seems Python’s async is closer to Babel-style generator-based coroutines [1] than to JavaScript’s async/await execution model.
[1]
https://babeljs.io/docs/babel-plugin-transform-async-to-gene...
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
[1] https://babeljs.io/docs/babel-plugin-transform-async-to-gene...