Module sync

Module sync 

Source

Structs§

Barrier
BarrierWaitResult
A BarrierWaitResult is returned by Barrier::wait() when all systems in the Barrier have rendezvoused.
ClockOrdered
The ClockOrdered type.
Guard
The guard struct for the Mutex. It is used to access the value and not for you to initialize it by your own.
Mutex
The RedisMutex struct.
RwLock
A Read-Write Lock.
RwLockReadGuard
RwLockWriteGuard

Enums§

LockError