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...
gatewaynode.com1 min read