Y
Hacker News
new
|
ask
|
show
|
jobs
by
spion
3909 days ago
Not anymore - with V4 generator based "coroutines" are available (enabled by default).
1 comments
acconsta
3909 days ago
I was thinking async-await, which I thought hasn't been standardized yet. Do generators provide the same functionality?
Either way, I hope Rust skips the callbacks.
link
spion
3909 days ago
Pretty much, yeah:
https://github.com/tj/co
link
Either way, I hope Rust skips the callbacks.