Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/
H A Dconcurrent.rs5300 pub(crate) fn task_id(&self) -> TaskId { in task_id() argument
5301 TaskId { in task_id()
5308 pub(crate) struct TaskId { struct
5312 impl TaskId { argument
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/func/
H A Dtyped.rs171 use crate::component::concurrent::TaskId; in call_async()
202 task: TaskId, in call_async()