Module rs_lockfree::spin_rwlock[][src]

Definition and implementations of SpinRWLock

Structs

RLockGuard

Guard of RLock, unlock it when dropped.

SpinRWLock

User mode SpinRWLock

WLockGuard

Guard of WLock, unlock it when dropped.