thread_compat 1.0.1

std::thread passthrough, designed to be patched on a per-workspace level to provide alternate workspace-wide thread impls
Documentation
1
2
3
4
pub use std::thread::{
    available_parallelism, current, panicking, park, park_timeout, sleep, spawn, yield_now,
    AccessError, Builder, JoinHandle, LocalKey, Result, Thread, ThreadId,
};