Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/
H A Dwatch.rs52 pub fn channel<T>(value: T) -> (Sender<T>, Receiver<T>) { in channel() functions
[all...]
H A Doneshot.rs84 pub fn channel<T>() -> (Sender<T>, Receiver<T>) { in channel() functions
[all...]

Completed in 2 milliseconds