Rust scoped threads are back
Just wanted to share this slight modification on the documented example. I just added some dbg! calls and put the example in a main function, but now you can try this with copy and paste into your main.rs for a new cargo project. use std::thread; f...
Nov 5, 20221 min read24