0
211
GGGiovanny Gongora
Quickly spawn a thread using the std library
0 Comments
use std::thread; thread::spawn(move || { // thread code here });