Searched defs:Poll (Results 1 – 7 of 7) sorted by relevance
| /commonlibrary/rust/ylong_runtime/ylong_io/src/ |
| D | poll.rs | 20 pub struct Poll { struct 24 impl Poll { impl 64 impl std::fmt::Debug for Poll { implementation
|
| D | waker.rs | 27 pub fn new(poll: &Poll, token: Token) -> io::Result<Self> { in new()
|
| /commonlibrary/rust/ylong_runtime/ylong_runtime/src/signal/ |
| D | mod.rs | 147 pub fn poll_recv(&mut self, cx: &mut Context<'_>) -> Poll<()> { in poll_recv()
|
| /commonlibrary/rust/ylong_http/ylong_http_client/src/util/progress/ |
| D | rate_limit.rs | 100 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/ |
| D | stdio.rs | 24 Poll(JoinHandle<(io::Result<usize>, BufInner, T)>), enumerator
|
| /commonlibrary/rust/ylong_http/ylong_http_client/src/util/h2/ |
| D | manager.rs | 718 fn poll_blocked_frames(&mut self, cx: &mut Context<'_>) -> Poll<()> { in poll_blocked_frames()
|
| /commonlibrary/rust/ylong_http/ylong_http_client/src/util/ |
| D | dispatcher.rs | 680 ) -> Poll<()> { in poll_blocked_message()
|