Home
last modified time | relevance | path

Searched defs:bounded_channel (Results 1 - 1 of 1) sorted by relevance

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/mpsc/bounded/
H A Dmod.rs117 pub fn bounded_channel<T>(number: usize) -> (BoundedSender<T>, BoundedReceiver<T>) { in bounded_channel() functions
[all...]

Completed in 2 milliseconds