Searched refs:HostTaskFuture (Results 1 – 1 of 1) sorted by relevance
699 PushFuture(AlwaysMut<HostTaskFuture>),771 }) as HostTaskFuture; in poll_and_block()1172 futures: Option<FuturesUnordered<HostTaskFuture>>, in poll_until()4233 type HostTaskFuture = Pin<Box<dyn Future<Output = Result<()>> + Send + 'static>>; typedef4870 futures: AlwaysMut<Option<FuturesUnordered<HostTaskFuture>>>,4940 futures: &mut Vec<FuturesUnordered<HostTaskFuture>>, in take_fibers_and_futures() argument5037 fn push_future(&mut self, future: HostTaskFuture) { in push_future() argument5190 fn futures_mut(&mut self) -> Result<&mut FuturesUnordered<HostTaskFuture>> { in futures_mut() argument