Home
last modified time | relevance | path

Searched defs:UnboundedSender (Results 1 – 4 of 4) 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
288 impl<T> UnboundedSender<T> { implementation
/external/rust/crates/hyper/src/client/
Ddispatch.rs49 pub(crate) struct UnboundedSender<T, U> { struct
52 inner: mpsc::UnboundedSender<Envelope<T, U>>, argument
115 impl<T, U> UnboundedSender<T, U> { impl
143 impl<T, U> Clone for UnboundedSender<T, U> { 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
765 impl<T> UnboundedSender<T> { impl
866 impl<T> Clone for UnboundedSender<T> { implementation
960 impl<T> fmt::Debug for UnboundedSender<T> { implementation