Type Definition futures_intrusive::channel::OneshotChannel
source · pub type OneshotChannel<T> = GenericOneshotChannel<RawMutex, T>;
Expand description
A GenericOneshotChannel
implementation backed by parking_lot
.
pub type OneshotChannel<T> = GenericOneshotChannel<RawMutex, T>;
A GenericOneshotChannel
implementation backed by parking_lot
.