Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/mpsc/bounded/
H A Dmod.rs88 pub struct BoundedReceiver<T> { struct
89 channel: Rx<Array<T>>,
314 impl<T> BoundedReceiver<T> { impl
519 impl<T> Drop for BoundedReceiver<T> { implementation