Crate fuchsia_sync

Source
Expand description

Fuchsia-native synchronization primitives.

Structs§

Condvar
A condition variable that integrates with [fuchsia_sync::Mutex].
RawSyncMutex
RawSyncRwLock
WaitTimeoutResult

Type Aliases§

MappedMutexGuard
MappedRwLockReadGuard
MappedRwLockWriteGuard
Mutex
MutexGuard
RwLock
RwLockReadGuard
RwLockWriteGuard