Crate async_semaphore

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