Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/test-programs/src/bin/
H A Dasync_yield_post_return_callee.rs13 wit_bindgen::rt::async_support,
21 async_support::spawn(async move { in run()
H A Dasync_yield_post_return_caller.rs16 wit_bindgen::rt::async_support,
24 async_support::spawn(async move { in run()
H A Dasync_short_reads.rs6 wit_bindgen::{StreamReader, StreamResult, rt::async_support},
43 async_support::spawn(async move { in short_reads()
H A Dasync_error_context.rs12 use wit_bindgen::rt::async_support::ErrorContext;
H A Dasync_error_context_callee.rs10 use wit_bindgen::rt::async_support::ErrorContext;
/wasmtime-44.0.1/crates/wasmtime/src/
H A Dconfig.rs416 pub fn async_support(&mut self, _enable: bool) -> &mut Self { in async_support() method