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