Green threads vs Async
Details
“Rust provides only OS threads, and supports async/await. Granted.
Why is the actual trend to build async libraries (tokio, actix, etc.) rather than to build libraries of green threads? Is it more performant than green threads?”
