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/
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
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/mpsc/
Dchannel.rs21 pub(crate) struct Channel<C: Container> { struct
26 impl<C: Container> Channel<C> { implementation