[][src]Type Definition futures_intrusive::channel::shared::OneshotReceiver

type OneshotReceiver<T> = GenericOneshotReceiver<RawMutex, T>;

A GenericOneshotReceiver implementation backed by parking_lot.