Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_runtime/ylong_io/src/
Dpoll.rs20 pub struct Poll { struct
24 impl Poll { implementation
72 impl std::fmt::Debug for Poll { implementation
Dwaker.rs27 pub fn new(poll: &Poll, token: Token) -> io::Result<Self> { in new()
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/
Dstdio.rs24 Poll(JoinHandle<(io::Result<usize>, BufInner, T)>), enumerator