Searched defs:UnboundedReceiver (Results 1 – 1 of 1) sorted by relevance
75 pub struct UnboundedReceiver<T> { struct94 pub fn unbounded_channel<T>() -> (UnboundedSender<T>, UnboundedReceiver<T>) { in unbounded_channel() argument192 impl<T> UnboundedReceiver<T> { impl357 impl<T> Drop for UnboundedReceiver<T> { implementation