pub fn toggle_from_mpsc_recv<T, C>( rx: Receiver<T>, cancel: C, ) -> Arc<AtomicBool>where T: Send + 'static, C: Future + Send + 'static,