Hacker News new | ask | show | jobs
by hctaw 1948 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.