Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/mpsc/unbounded/
H A Dmod.rs49 pub struct UnboundedSender<T> { struct
53 impl<T> Clone for UnboundedSender<T> { implementation
104 impl<T> UnboundedSender<T> { impl
190 impl<T> Drop for UnboundedSender<T> { implementation