futures_intrusive::channel

Type Alias 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 */ }