Home
last modified time | relevance | path

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

/wasmtime-44.0.1/tests/all/component_model/
H A Dasync_dynamic.rs12 let f = f.try_into_future_any(&mut store).unwrap(); in simple_type_conversions()
16 f.try_into_future_any(&mut store) in simple_type_conversions()
/wasmtime-44.0.1/crates/misc/component-async-tests/tests/scenario/
H A Dtransmit.rs666 .try_into_future_any(&mut store) in into_params()
670 .try_into_future_any(&mut store) in into_params()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/concurrent/
H A Dfutures_and_streams.rs1351 pub fn try_into_future_any(self, store: impl AsContextMut) -> Result<FutureAny> in try_into_future_any() method