[][src]Function cb_fut::channel

pub fn channel<T>() -> (Sender<T>, Receiver<T>)

Utility function intended to be used internally. It will return a channel regarding to feature gate. The default is to use standard channel.