Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/
H A Dconcurrent.rs792 state.push_future(future); in poll_and_block()
1005 .push_future(Box::pin(async move { future.await.unwrap_or(Ok(())) })); in spawn_with_accessor()
2897 state.push_future(future); in first_poll()
5037 fn push_future(&mut self, future: HostTaskFuture) { in push_future() method
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/concurrent/
H A Dfutures_and_streams.rs2292 self.concurrent_state_mut().push_future(future.boxed()); in pipe_from_guest()
2336 self.concurrent_state_mut().push_future(future.boxed()); in pipe_to_guest()
2892 state.push_future(Box::pin(future)); in set_consumer()