pub fn mpsc_toggle_for_unix_signal<C>( signal: SignalKind, cancel: C, ) -> Result<Arc<AtomicBool>, Error>where C: Future + Send + 'static,