Module semaphore

Source
Expand description

Auxiliary types for the Semaphore type

Structs§

Acquire
A future that acquires a permit from a Semaphore. This future should not be dropped before completion, otherwise the permit will not be acquired.
Semaphore
A type that asynchronously distributes “permits.”