Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/component/
H A Dhandle_table.rs522 pub fn subtask_rep(&mut self, idx: u32) -> Result<(u32, bool)> { in subtask_rep() method
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/
H A Dconcurrent.rs3577 .subtask_rep(task_id)?; in subtask_cancel()