Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/
H A Dconcurrent.rs4504 host_future_state: HostFutureState, field
4533 && !matches!(self.host_future_state, HostFutureState::Live); in ready_to_delete()
4539 self.host_future_state in ready_to_delete()
4552 let host_future_state = match &caller { in new() localVariable
4580 host_future_state, in new()
5323 task.host_future_state = HostFutureState::Dropped; in host_future_dropped()