35
Was async fn a mistake?
(seanmonstar.com)
Welcome to the Rust community! This is a place to discuss about the Rust programming language.
Credits
Semi-relevant: dotnet had an experiment a couple weeks ago to see whether green-threads (virtual, non-kernel threads) would be a better alternative to the async / await model:
https://github.com/dotnet/runtimelab/issues/2398
https://github.com/dotnet/runtimelab/blob/feature/green-threads/docs/design/features/greenthreads.md
[...]