Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/sync/mpsc/unbounded/
Dqueue.rs39 struct Block<T> { struct
41 next: AtomicPtr<Block<T>>, argument
44 impl<T> Block<T> { impl
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/
Daddr.rs55 Block(JoinHandle<io::Result<I>>), enumerator