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