Expand description
Multithreaded version of primitives
Modulesยง
- async_
flag async_flag - Multithreaded notifier
- atomic
- Multithreaded atomic scalars
- bilock
bilock - Multithreaded BiLock
- event
event - Notify async tasks or threads.
- flag
- Multithreaded boolean flag based on
std::sync::atomic::AtomicBool - mutex
mutex - Multithreaded async Mutex
- mutex_
blocking - Multithreaded blocking Mutex
- shared
- Multithreaded
Sharedbased onstd::sync::Arc - waker_
slot waker_slot - Multithreaded
WakerSlotbased onfutures_util::task::AtomicWaker. - watch
watch - Multithreaded
Watchchannel based onsee. Synchronized watch channel implementation.