let thread_name = "New Thread"; std::thread::Builder::new() .name(thread_name.into()) .spawn(move || { gecko_profiler::register_thread( ...
確定! 回上一頁