Function tor_hsservice::internal_prelude::broadcast::channel

pub fn channel<T>(capacity: usize) -> (Sender<T>, Receiver<T>)
where T: Clone,
Expand description

Constructs a pair of broadcast endpoints, with a fixed-size buffer of the given capacity