Crate spin [] [src]

Synchronization primitives based on spinning

Structs

Mutex

This type provides MUTual EXclusion based on spinning.

MutexGuard

A guard to which the protected data can be accessed

RwLock

A reader-writer lock

RwLockReadGuard

A guard to which the protected data can be read

RwLockWriteGuard

A guard to which the protected data can be written