Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/
H A Dconcurrent.rs2642 let callee_async = state.get_mut(guest_thread.task)?.async_function; in start_call()
4507 async_function: bool, field
4550 async_function: bool, in new()
4581 async_function, in new()
5145 Ok(task.async_function || task.returned_or_cancelled()) in may_block()
5356 let async_function = ty.async_; in prepare_call() localVariable
5403 async_function, in prepare_call()