Type Alias futures_intrusive::channel::LocalOneshotChannel
source · pub type LocalOneshotChannel<T> = GenericOneshotChannel<NoopLock, T>;
Expand description
A GenericOneshotChannel
which is not thread-safe.
Aliased Type§
struct LocalOneshotChannel<T> { /* private fields */ }