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