logoalt Hacker News

jauntywundrkindyesterday at 10:03 PM1 replyview on HN

What was the interval of time for Rust having green threads, out of curiosity? How if at all had that affected layout and calling?


Replies

JoshTriplettyesterday at 10:16 PM

Pre-1.0. Rust removed the green-threads runtime prior to stabilization.

I personally think this was one of the most important changes Rust made; without it, Rust would have been interesting but would not have been able to compete directly with C and C++ for systems programming.

show 2 replies