pub fn channel_with_config<T>(
config: ChannelConfig,
) -> (Producer<T>, Consumer<T>)Expand description
Creates a new channel with custom configuration.
pub fn channel_with_config<T>(
config: ChannelConfig,
) -> (Producer<T>, Consumer<T>)Creates a new channel with custom configuration.