Threads are represented via the Thread type, which you can get in one of two ... use std::thread; let builder = thread::Builder::new() .name("foo".into()); ...
確定! 回上一頁