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
18 /// If all [`UnboundedSender`] instances of a channel were dropped and only argument
50 impl<T> Clone for UnboundedSender<T> { implementation
58 impl<T> fmt::Debug for UnboundedSender<T> { implementation
287 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.rs128 pub struct UnboundedSender<T>(Option<UnboundedSenderInner<T>>); struct
131 impl AssertKinds for UnboundedSender<u32> {} implementation
766 impl<T> UnboundedSender<T> { implementation
853 impl<T> Clone for UnboundedSender<T> { implementation
947 impl<T> fmt::Debug for UnboundedSender<T> { implementation