Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/
H A Dconcurrent.rs4239 common: WaitableCommon,
4277 common: WaitableCommon::default(), in new()
4461 common: WaitableCommon,
4566 common: WaitableCommon::default(), in new()
4600 struct WaitableCommon { struct
4684 fn common<'a>(&self, state: &'a mut ConcurrentState) -> Result<&'a mut WaitableCommon> { in common() argument
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/concurrent/
H A Dfutures_and_streams.rs2 use super::{Event, GlobalErrorContextRefCount, Waitable, WaitableCommon};
2075 pub(super) common: WaitableCommon,
2083 common: WaitableCommon::default(), in new()