[][src]Type Definition futures_intrusive::channel::OneshotChannel

type OneshotChannel<T> = GenericOneshotChannel<RawMutex, T>;

A GenericOneshotChannel implementation backed by parking_lot.