Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/func/
H A Dtyped.rs208 .host_future_dropped(self.store.as_context_mut()) in call_async()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/
H A Dconcurrent.rs5318 pub(crate) fn host_future_dropped<T>(&self, store: StoreContextMut<T>) -> Result<()> { in host_future_dropped() method