Type Definition futures_intrusive::channel::LocalUnbufferedChannel
source · pub type LocalUnbufferedChannel<T> = LocalChannel<T, [T; 0]>;
Expand description
An unbuffered GenericChannel
implementation which is not thread-safe.