Home
last modified time | relevance | path

Searched defs:poll (Results 1 – 3 of 3) sorted by relevance

/bootable/libbootloader/gbl/libasync/src/
Dcyclic_executor.rs42 pub fn poll(&mut self) { in poll() method
Dlib.rs61 pub fn poll<O, F: Future<Output = O> + ?Sized>( in poll() function
89 fn poll(mut self: Pin<&mut Self>, _: &mut Context<'_>) -> Poll<Self::Output> { in poll() method
/bootable/libbootloader/gbl/efi/src/
Dnet.rs348 pub fn poll(&mut self) { in poll() method