[][src]Crate spinny

Implementation of a basic spin-based RwLock

Structs

RawRwSpinlock

Raw spinlock rwlock, wrapped in the lock_api RwLock struct.

Type Definitions

RwLock

A read-write lock that uses a spinlock internally.