make_channel_pair

Function make_channel_pair 

Source
pub(crate) fn make_channel_pair(
    capacity: usize,
) -> (ChannelSender, ChannelReceiver)
Expand description

Create a new channel pair with the specified capacity.