Expand description
Semaphore borrowed from tokio.
Structs§
- Acquire
Error - Error returned from the
Semaphore::acquire
function. - Acquire
Result - Owned
Semaphore Permit - An owned permit from the semaphore.
- Semaphore
- Counting semaphore performing asynchronous permit acquisition.
- Semaphore
Permit - A permit from the semaphore.
Enums§
- TryAcquire
Error - Error returned from the
Semaphore::try_acquire
function.