Searched defs:UnboundedReceiver (Results 1 – 1 of 1) sorted by relevance
79 pub struct UnboundedReceiver<T> { struct98 pub fn unbounded_channel<T>() -> (UnboundedSender<T>, UnboundedReceiver<T>) { in unbounded_channel() argument196 impl<T> UnboundedReceiver<T> { impl396 impl<T> Drop for UnboundedReceiver<T> { implementation