Searched refs:poll_pool (Results 1 – 1 of 1) sorted by relevance
137 run_executor(|cx| self.poll_pool(cx)) in run()169 let _ = self.poll_pool(cx); in run_until()254 run_executor(|cx| match self.poll_pool(cx) { in run_until_stalled()275 fn poll_pool(&mut self, cx: &mut Context<'_>) -> Poll<()> { in poll_pool() method