Expand description
An async semaphore.
A semaphore is a synchronization primitive that limits the number of concurrent operations.
Structsยง
- Semaphore
- A counter for limiting the number of concurrent operations.
- Semaphore
Guard - A guard that releases the acquired permit.
- Semaphore
Guard Arc - An owned guard that releases the acquired permit.