futures_intrusive::sync

Type Alias SemaphoreAcquireFuture

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

Aliased Typeยง

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