pub type OneshotChannel<T> = GenericOneshotChannel<RawMutex, T>;
Expand description
A GenericOneshotChannel
implementation backed by parking_lot
.
Aliased Typeยง
struct OneshotChannel<T> { /* private fields */ }
pub type OneshotChannel<T> = GenericOneshotChannel<RawMutex, T>;
A GenericOneshotChannel
implementation backed by parking_lot
.
struct OneshotChannel<T> { /* private fields */ }