futures_intrusive::channel

Type Alias OneshotChannel

Source
pub type OneshotChannel<T> = GenericOneshotChannel<RawMutex, T>;
Expand description

A GenericOneshotChannel implementation backed by parking_lot.

Aliased Typeยง

struct OneshotChannel<T> { /* private fields */ }