Module std::sys::unix::thread_parking
source · Expand description
Thread parking on systems without futex support.
Re-exports
pub use darwin::Parker;
Modules
- darwin 🔒Thread parking for Darwin-based systems.
Thread parking on systems without futex support.
pub use darwin::Parker;