Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/mpsc/
Dunbounded.rs45 pub struct UnboundedSender<T> { struct
49 impl<T> Clone for UnboundedSender<T> { implementation
100 impl<T> UnboundedSender<T> { implementation
186 impl<T> Drop for UnboundedSender<T> { implementation