Home
last modified time | relevance | path

Searched defs:UnboundedReceiver (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/tokio/src/sync/mpsc/
Dunbounded.rs40 pub struct UnboundedReceiver<T> { struct
45 impl<T> fmt::Debug for UnboundedReceiver<T> { argument
75 impl<T> UnboundedReceiver<T> { impl
/external/rust/crates/futures-channel/src/mpsc/
Dmod.rs149 pub struct UnboundedReceiver<T> { struct
153 // `Pin<&mut UnboundedReceiver<T>>` is never projected to `Pin<&mut T>` argument
154 impl<T> Unpin for UnboundedReceiver<T> {} implementation
1155 impl<T> UnboundedReceiver<T> { impl
1224 impl<T> FusedStream for UnboundedReceiver<T> { implementation
1230 impl<T> Stream for UnboundedReceiver<T> { implementation
1257 impl<T> Drop for UnboundedReceiver<T> { implementation