Skip to main content

channel_with_config

Function channel_with_config 

Source
pub fn channel_with_config<T>(
    config: ChannelConfig,
) -> (Producer<T>, Consumer<T>)
Expand description

Creates a new channel with custom configuration.