Skip to main content

init_channel

Function init_channel 

Source
pub fn init_channel<T: 'static + Send>() -> (InitSender<T>, InitReceiver<T>)