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

A GenericOneshotChannel implementation backed by parking_lot.