Hacker News new | ask | show | jobs
by nicoburns 234 days ago
> Your only choice is between coroutines (async tasks spawned on an executor) or regular OS threads.

Thats not true. There are stackgul coroutine libraries in Rust too. I believe there's one called "may". They are admittedly not that widely used, but they are available.

1 comments

May has unresolvable soundness issues, which is part of why it’s not popular.