Crate hala_sync

Source

Modules§

maker
AsyncLockable type maker
spin_simple

Structs§

SpinMutex
A spin style mutex implementation without handle thread-specific data.
SpinMutexGuard
RAII type that handle scope lock semantics

Traits§

AsyncGuardMut
Trait for guard of AsyncLockable
AsyncLockable
A futures-aware lockable mutex object should implement this trait.
AsyncLockableMediator
Event manager for AsyncLockable listeners.
Lockable
Any mutex object should implement this trait
LockableNew

Type Aliases§

AsyncSpinMutex
Futures-aware SpinMutex type