pub(crate) fn make_channel_pair(
capacity: usize,
) -> (ChannelSender, ChannelReceiver)Expand description
Create a new channel pair with the specified capacity.
pub(crate) fn make_channel_pair(
capacity: usize,
) -> (ChannelSender, ChannelReceiver)Create a new channel pair with the specified capacity.