Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/
H A Dconcurrent_disabled.rs186 pub(crate) fn host_task_delete(&mut self, (): ()) -> Result<()> { in host_task_delete() method
H A Dconcurrent.rs1583 pub(crate) fn host_task_delete(&mut self, task: Option<TableId<HostTask>>) -> Result<()> { in host_task_delete() method
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/func/
H A Dhost.rs404 store.0.host_task_delete(host_task)?; in entrypoint()