Y
Hacker News
new
|
ask
|
show
|
jobs
by
acconsta
3911 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.
1 comments
spion
3910 days ago
Pretty much, yeah:
https://github.com/tj/co
link