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 */ }
pub type LocalUnbufferedChannel<T> = LocalChannel<T, [T; 0]>;
An unbuffered GenericChannel
implementation which is not thread-safe.
struct LocalUnbufferedChannel<T> { /* private fields */ }