Home
last modified time | relevance | path

Searched refs:HostTaskFuture (Results 1 – 1 of 1) sorted by relevance

/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/
H A Dconcurrent.rs699 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>>; typedef
4870 futures: AlwaysMut<Option<FuturesUnordered<HostTaskFuture>>>,
4940 futures: &mut Vec<FuturesUnordered<HostTaskFuture>>, in take_fibers_and_futures() argument
5037 fn push_future(&mut self, future: HostTaskFuture) { in push_future() argument
5190 fn futures_mut(&mut self) -> Result<&mut FuturesUnordered<HostTaskFuture>> { in futures_mut() argument