Earlier quoted context omitted.
Why would one pick C or C++ over Rust for this project?
Much easier to build, for me at least. I tried installing Rust and building the example, but then it complained about nightly features, and I didn't have time to figure that out. C/C++ are mainstream languages, and building is as simple as g++ test.cpp.
So in this case, it's just `rustc +nightly green_threads.rs`