Modules§
- maker
AsyncLockable
type maker- spin_
simple
Structs§
- Spin
Mutex - A spin style mutex implementation without handle thread-specific data.
- Spin
Mutex Guard - RAII type that handle
scope lock
semantics
Traits§
- Async
Guard Mut - Trait for guard of
AsyncLockable
- Async
Lockable - A futures-aware lockable mutex object should implement this trait.
- Async
Lockable Mediator - Event manager for
AsyncLockable
listeners. - Lockable
- Any mutex object should implement this trait
- Lockable
New
Type Aliases§
- Async
Spin Mutex - Futures-aware
SpinMutex
type