Searched refs:box_future (Results 1 – 4 of 4) sorted by relevance
124 crate::runtime::box_future(async move { in allocate_memory()160 crate::runtime::box_future(async move { in allocate_table()
688 crate::runtime::box_future(async move { in allocate_memory()779 crate::runtime::box_future(async move { in allocate_table()
140 fn box_future<'a, F, T, E>(future: F) -> Pin<Box<dyn Future<Output = Result<T, E>> + Send + 'a>> in box_future() function
188 Some(shared_memory) => crate::runtime::box_future(async move { in allocate_memory()