Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/
H A Dconcurrent.rs1646 fn set_thread(&mut self, thread: impl Into<CurrentThread>) -> Result<CurrentThread> { in set_thread()
4823 pub(crate) enum CurrentThread { enum
4829 impl CurrentThread { impl
4849 impl From<QualifiedThreadId> for CurrentThread { implementation
4855 impl From<TableId<HostTask>> for CurrentThread { implementation