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

A GenericOneshotChannel implementation backed by parking_lot.

Aliased Type§

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