pub fn channel<T>(capacity: usize) -> (Sender<T>, Receiver<T>) where
    T: Eq + Hash
This is supported on crate feature requeue only.
Expand description

Creates a bounded, delayed mpsc channel for requeuing controller updates.