Y
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
atombender
497 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.
link
steveklabnik
497 days ago
That is correct, and was a major motivation for dropping green threads way back in 2014.
link