Hacker News new | past | comments | ask | show | jobs | submit login

screw rust (which needs async-std), look at how zig does coroutines.



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.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: