create_channels

Function create_channels 

Source
pub async fn create_channels(
    channels_count: usize,
) -> Vec<(Box<dyn Channel>, Box<dyn Channel>)>
Expand description

Creates a vector of channels_count data channels on a single connection.