Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/mpsc/bounded/
H A Dmod.rs54 pub struct BoundedSender<T> { struct
58 impl<T> Clone for BoundedSender<T> { argument
123 impl<T> BoundedSender<T> { impl
308 impl<T> Drop for BoundedSender<T> { implementation