Home
last modified time | relevance | path

Searched defs:Poll (Results 1 – 7 of 7) 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_http/ylong_http_client/src/util/progress/
Drate_limit.rs100 pub(crate) fn poll_max_recv_delay_time(&mut self, cx: &mut Context<'_>) -> Poll<()> { in poll_max_recv_delay_time()
113 pub(crate) fn poll_max_send_delay_time(&mut self, cx: &mut Context<'_>) -> Poll<()> { in poll_max_send_delay_time()
199 pub(crate) fn poll_limited_delay(&mut self, cx: &mut Context<'_>) -> Poll<()> { in poll_limited_delay()
258 pub(crate) fn poll_max_limited_delay(&mut self, cx: &mut Context<'_>) -> Poll<()> { in poll_max_limited_delay()
/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.rs718 fn poll_blocked_frames(&mut self, cx: &mut Context<'_>) -> Poll<()> { in poll_blocked_frames()
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/
Ddispatcher.rs680 ) -> Poll<()> { in poll_blocked_message()