Function fast_log::runtime::chan

source ·
pub fn chan<T>(len: Option<usize>) -> (Sender<T>, Receiver<T>)