Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/tokio-util/src/sync/
Dmpsc.rs44 pub struct PollSender<T> { struct
47 acquire: PollSenderFuture<T>, argument
110 impl<T: Send> PollSender<T> { impl
288 impl<T> Clone for PollSender<T> { implementation
306 impl<T: Send> Sink<T> for PollSender<T> { implementation