Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/
H A Dconcurrent.rs617 StartExplicit(Box<dyn FnOnce(&mut dyn VMStore) -> Result<()> + Send + Sync>), enumerator
629 Self::StartExplicit(_) => f.debug_tuple("StartExplicit").finish(), in fmt()
678 GuestCallKind::StartExplicit(_) => true, in is_ready()
885 GuestCallKind::StartExplicit(fun) => { in handle_guest_call()
3343 kind: GuestCallKind::StartExplicit(Box::new(move |store| { in resume_thread()