futures_intrusive::sync

Type Alias SemaphoreAcquireFuture

Source
pub type SemaphoreAcquireFuture<'a> = GenericSemaphoreAcquireFuture<'a, RawMutex>;
Expand description

Aliased Typeยง

struct SemaphoreAcquireFuture<'a> { /* private fields */ }