Crate async_semaphore

Source
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.
SemaphoreGuard
A guard that releases the acquired permit.
SemaphoreGuardArc
An owned guard that releases the acquired permit.