Expand description
Synchronisation primitives for async tasks.
All primitives are async-aware: waiting tasks yield back to the executor instead of blocking the OS thread.
Re-exports§
pub use mutex::Mutex;pub use mutex::MutexGuard;pub use oneshot::RecvError;