Module spin

Module spin 

Source

Structs§

RawRwSpin
A very simple read-write spin-lock.
RawSpin
A very simple spin-lock.

Type Aliases§

RwSpin
Read-write mutex type that uses RawRwSpin.
Spin
Mutex type that uses RawSpin.