pub type AsyncSpinMutex<T> = AsyncLockableMaker<SpinMutex<T>, SpinMutex<DefaultAsyncLockableMediator>>;Available on crate feature
sync_parking_lot only.Expand description
Futures-aware SpinMutex type
Aliased Typeยง
pub struct AsyncSpinMutex<T> { /* private fields */ }