Hacker News new | ask | show | jobs
by atombender 495 days ago
No, my understanding is that Rust uses normal stacks, and it uses a classic threading model, so aside from async, calling C doesn't need to any runtime stuff.
1 comments

That is correct, and was a major motivation for dropping green threads way back in 2014.