Type Definition futures_intrusive::channel::LocalOneshotChannel
source · pub type LocalOneshotChannel<T> = GenericOneshotChannel<NoopLock, T>;
Expand description
A GenericOneshotChannel
which is not thread-safe.
pub type LocalOneshotChannel<T> = GenericOneshotChannel<NoopLock, T>;
A GenericOneshotChannel
which is not thread-safe.