Module spin_simple

Module spin_simple 

Source
Expand description

Pure userspace spin locker implementation.

Structs§

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

Type Aliases§

AsyncSpinMutex
Futures-aware SpinMutex type