Crate tokio_sync
source · [−]Expand description
Asynchronous synchronization primitives.
This crate provides primitives for synchronizing asynchronous tasks.
Modules
An asynchronous Mutex
-like type.
A multi-producer, single-consumer queue for sending values across asynchronous tasks.
A channel for sending a single message between asynchronous tasks.
Thread-safe, asynchronous counting semaphore.
Thread-safe task notification primitives.
A single-producer, multi-consumer channel that only retains the last sent value.