Searched defs:spawn_thread (Results 1 – 3 of 3) sorted by relevance
143 fn spawn_thread<F, T>(_time_trace: bool, f: F) -> std::thread::JoinHandle<T> in spawn_thread() method
143 fn spawn_thread<F, T>(time_trace: bool, f: F) -> std::thread::JoinHandle<T> in spawn_thread() method
1070 pub fn spawn_thread( in spawn_thread() function