local_sync

Module semaphore

Source
Expand description

Semaphore borrowed from tokio.

Structs§

AcquireError
Error returned from the Semaphore::acquire function.
AcquireResult
OwnedSemaphorePermit
An owned permit from the semaphore.
Semaphore
Counting semaphore performing asynchronous permit acquisition.
SemaphorePermit
A permit from the semaphore.

Enums§

TryAcquireError
Error returned from the Semaphore::try_acquire function.