Function leak_playground_std::thread::spawn_scoped
source ยท pub fn spawn_scoped<'a, F, T>(f: F) -> JoinGuard<'a, T>
Expand description
Spawn borrowing thread handles.
pub fn spawn_scoped<'a, F, T>(f: F) -> JoinGuard<'a, T>
Spawn borrowing thread handles.