Module no_std_async::semaphore
source · Expand description
Auxiliary types for the Semaphore
type
Structs
- A future that acquires a permit from a
Semaphore
. This future should not be dropped before completion, otherwise the permit will not be acquired. - A type that asynchronously distributes “permits.”