Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_runtime/ylong_io/src/
Dpoll.rs20 pub struct Poll { struct
24 impl Poll { impl
64 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/signal/
Dmod.rs147 pub fn poll_recv(&mut self, cx: &mut Context<'_>) -> Poll<()> { in poll_recv()
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/
Dstdio.rs24 Poll(JoinHandle<(io::Result<usize>, BufInner, T)>), enumerator
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/
Dmanager.rs722 fn poll_blocked_frames(&mut self, cx: &mut Context<'_>) -> Poll<()> { in poll_blocked_frames()
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
Ddispatcher.rs501 ) -> Poll<()> { in poll_blocked_message()