Y
Hacker News
new
|
ask
|
show
|
jobs
by
devxpy
2224 days ago
How do you plan on making this concurrent? Generators can defer computation for later, but that doesn't magically make them async.
1 comments
mamcx
2223 days ago
The assumption is that exist a desugaring step in the compiler/interpreted to async/await/futures.
link