Type Alias futures_intrusive::channel::LocalUnbufferedChannel
source · pub type LocalUnbufferedChannel<T> = LocalChannel<T, [T; 0]>;
Expand description
An unbuffered GenericChannel
implementation which is not thread-safe.
Aliased Type§
struct LocalUnbufferedChannel<T> { /* private fields */ }