Function toggle_from_mpsc_unbounded_recv
pub fn toggle_from_mpsc_unbounded_recv<T, C>(
rx: UnboundedReceiver<T>,
cancel: C,
) -> Arc<AtomicBool>Available on crate feature
http only.pub fn toggle_from_mpsc_unbounded_recv<T, C>(
rx: UnboundedReceiver<T>,
cancel: C,
) -> Arc<AtomicBool>http only.