Home
last modified time | relevance | path

Searched defs:WasiThreadsCtx (Results 1 – 1 of 1) sorted by relevance

/wasmtime-44.0.1/crates/wasi-threads/src/
H A Dlib.rs17 pub struct WasiThreadsCtx<T> { struct
23 impl<T: Clone + Send + 'static> WasiThreadsCtx<T> { implementation