Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/instance/allocator/
H A Don_demand.rs124 crate::runtime::box_future(async move { in allocate_memory()
160 crate::runtime::box_future(async move { in allocate_table()
H A Dpooling.rs688 crate::runtime::box_future(async move { in allocate_memory()
779 crate::runtime::box_future(async move { in allocate_table()
/wasmtime-44.0.1/crates/wasmtime/src/
H A Druntime.rs140 fn box_future<'a, F, T, E>(future: F) -> Pin<Box<dyn Future<Output = Result<T, E>> + Send + 'a>> in box_future() function
/wasmtime-44.0.1/crates/wasmtime/src/runtime/trampoline/
H A Dmemory.rs188 Some(shared_memory) => crate::runtime::box_future(async move { in allocate_memory()