Searched defs:poll (Results 1 – 3 of 3) sorted by relevance
42 pub fn poll(&mut self) { in poll() method
61 pub fn poll<O, F: Future<Output = O> + ?Sized>( in poll() function89 fn poll(mut self: Pin<&mut Self>, _: &mut Context<'_>) -> Poll<Self::Output> { in poll() method
348 pub fn poll(&mut self) { in poll() method