pub fn channel_pair<A, B>(buffer: usize) -> EndpointPair<A, B>Expand description
Create an in-memory EndpointPair backed by bounded channels.
pub fn channel_pair<A, B>(buffer: usize) -> EndpointPair<A, B>Create an in-memory EndpointPair backed by bounded channels.