Home
last modified time | relevance | path

Searched defs:UnboundedSender (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/tokio/src/sync/mpsc/
Dunbounded.rs12 pub struct UnboundedSender<T> { struct
16 impl<T> Clone for UnboundedSender<T> { implementation
24 impl<T> fmt::Debug for UnboundedSender<T> { implementation
240 impl<T> UnboundedSender<T> { implementation
/external/rust/crates/futures-channel/src/mpsc/
Dsink_impl.rs33 impl<T> Sink<T> for UnboundedSender<T> { implementation
54 impl<T> Sink<T> for &UnboundedSender<T> { implementation
Dmod.rs132 pub struct UnboundedSender<T>(Option<UnboundedSenderInner<T>>); struct
135 impl AssertKinds for UnboundedSender<u32> {} implementation
775 impl<T> UnboundedSender<T> { impl
862 impl<T> Clone for UnboundedSender<T> { implementation