Expand description
A synchronization primitive for controlling access to a pool of resources.
Structs§
- FairSemaphore 
- A fair Semaphoreimplementation.
- GreedySemaphore 
- A greedy Semaphoreimplementation.
- SemaphoreReleaser 
- A representation of a number of acquired permits.
- WaitQueue Full 
- An error indicating the FairSemaphore’s wait queue is full.
Traits§
- Semaphore
- An asynchronous semaphore.