Searched refs:poll_pool (Results 1 – 1 of 1) sorted by relevance
151 run_executor(|cx| self.poll_pool(cx)) in run()183 let _ = self.poll_pool(cx); in run_until()263 let _ = self.poll_pool(ctx); in run_until_stalled()269 fn poll_pool(&mut self, cx: &mut Context<'_>) -> Poll<()> { in poll_pool() method