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.rs74 pub struct UnboundedReceiver<T> { struct
79 impl<T> fmt::Debug for UnboundedReceiver<T> { argument
110 impl<T> UnboundedReceiver<T> { implementation
/external/rust/crates/futures-channel/src/mpsc/
Dmod.rs143 pub struct UnboundedReceiver<T> { struct
147 // `Pin<&mut UnboundedReceiver<T>>` is never projected to `Pin<&mut T>` argument
148 impl<T> Unpin for UnboundedReceiver<T> {} implementation
1133 impl<T> UnboundedReceiver<T> { impl
1205 impl<T> FusedStream for UnboundedReceiver<T> { implementation
1211 impl<T> Stream for UnboundedReceiver<T> { implementation
1243 impl<T> Drop for UnboundedReceiver<T> { implementation
1273 impl<T> fmt::Debug for UnboundedReceiver<T> { implementation