pub type OneshotSender<T> = GenericOneshotSender<RawMutex, T>;
Expand description

A GenericOneshotSender implementation backed by parking_lot.

Aliased Type§

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