Skip to main content

mpsc_toggle

Function mpsc_toggle 

pub fn mpsc_toggle<C>(
    buffer: usize,
    cancel: C,
) -> (Arc<Atomic<bool>>, Sender<()>)
where C: Future + Send + 'static,