Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/
Doneshot.rs409 struct Channel<T> { struct
421 impl<T> Channel<T> { implementation
445 unsafe impl<T: Send> Send for Channel<T> {} implementation
446 unsafe impl<T: Send> Sync for Channel<T> {} implementation
448 impl<T> Drop for Channel<T> { implementation
454 impl<T: Debug> Debug for Channel<T> { implementation
Dwatch.rs536 struct Channel<T> { struct
543 impl<T> Channel<T> { argument
559 impl<T: Debug> Debug for Channel<T> { implementation
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/mpsc/
Dmod.rs35 pub(crate) struct Channel<C: Container> { struct
40 impl<C: Container> Channel<C> { implementation