Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/fuzzing/src/
H A Doom.rs256 let future = self.test_async(|| async { test_func() }); in test()
261 pub async fn test_async(&self, test_func: impl AsyncFn() -> Result<()>) -> Result<()> { in test_async() method
/wasmtime-44.0.1/crates/fuzzing/tests/oom/
H A Dfunc.rs90 .test_async(|| async { in func_call_async()