Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/mpsc/unbounded/
H A Dmod.rs79 pub struct UnboundedReceiver<T> { struct
98 pub fn unbounded_channel<T>() -> (UnboundedSender<T>, UnboundedReceiver<T>) { in unbounded_channel() argument
196 impl<T> UnboundedReceiver<T> { impl
396 impl<T> Drop for UnboundedReceiver<T> { implementation