See: Description
| Interface | Description |
|---|---|
| Lock |
A reactive interface for simple locks (and probably semaphores)
|
| LockHandle |
A lock handle (including a
Mono to listen to and a canceller function). |
| RWLock |
A reactive interface for
reader–writer locks.
|
| Class | Description |
|---|---|
| BroadcastingLock |
An implementation of
Lock by internally broadcasting releasing events. |
| LockedMono<R> |
A class providing
Mono-like API to build instructions in locked scopes |
| LockHandle.CancellableHandle | |
| ReactiveLock |
A lock implementation using mainly CAS operations to synchronize
|
| ReactiveRWLock |
An implementation
RWLock. |
| ReactiveSemaphore |