Hacker News new | ask | show | jobs
by apatheticonion 497 days ago
Thanks! Is this also the case even Rust consumes a C library?
1 comments

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.
That is correct, and was a major motivation for dropping green threads way back in 2014.