[][src]Crate async_semaphore

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.

SemaphoreGuard

A guard that releases the acquired permit.

SemaphoreGuardArc

An owned guard that releases the acquired permit.