Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/tokio/src/sync/mpsc/
Dunbounded.rs45 pub struct WeakUnboundedSender<T> { struct
46 chan: Arc<chan::Chan<T, Semaphore>>,
680 impl<T> Clone for WeakUnboundedSender<T> { implementation
690 impl<T> Drop for WeakUnboundedSender<T> { implementation
696 impl<T> WeakUnboundedSender<T> { implementation
715 impl<T> fmt::Debug for WeakUnboundedSender<T> { implementation
/aosp_15_r20/external/rust/android-crates-io/crates/tokio/tests/
Dsync_mpsc.rs35 impl<T> AssertRefUnwindSafe for mpsc::WeakUnboundedSender<T> {} implementation
47 impl<T> AssertUnwindSafe for mpsc::WeakUnboundedSender<T> {} implementation