Searched defs:Poll (Results 1 – 6 of 6) sorted by relevance
20 pub struct Poll { struct24 impl Poll { impl64 impl std::fmt::Debug for Poll { implementation
27 pub fn new(poll: &Poll, token: Token) -> io::Result<Self> { in new()
147 pub fn poll_recv(&mut self, cx: &mut Context<'_>) -> Poll<()> { in poll_recv()
24 Poll(JoinHandle<(io::Result<usize>, BufInner, T)>), enumerator
722 fn poll_blocked_frames(&mut self, cx: &mut Context<'_>) -> Poll<()> { in poll_blocked_frames()
501 ) -> Poll<()> { in poll_blocked_message()