Expand description
DO NOT USE!
This crate was merged into async-lock, which provides the API this crate used to.
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.