pub fn channel<T>(cfg: MixerConfig) -> (Sender<T>, Receiver<T>)Expand description
Instantiate a mixing channel and return the sender and receiver end of the channel.
pub fn channel<T>(cfg: MixerConfig) -> (Sender<T>, Receiver<T>)Instantiate a mixing channel and return the sender and receiver end of the channel.