Y
Hacker News
new
|
ask
|
show
|
jobs
by
dnautics
1941 days ago
screw rust (which needs async-std), look at how zig does coroutines.
1 comments
hctaw
1941 days ago
You don't need async-std for coroutines (generators) in rust (or async at all, they are two different, albeit related features). Async is implemented using generators.
link