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`
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.