[][src]Module deltoid::sync

Structs

ArcDelta
RwLock
RwLockDelta
RwLockReadGuard

RAII structure used to release the shared read access of a lock when dropped.

RwLockWriteGuard

RAII structure used to release the exclusive write access of a lock when dropped.

Type Definitions

LockResult

A type alias for the result of a lock method which can be poisoned.