thread ::current 函数甚至可用于不是由该模块的API 生成的线程。 ... use std::thread; let builder = thread::Builder::new() .name("foo".into()); ...
確定! 回上一頁