Searched refs:test_async (Results 1 – 2 of 2) sorted by relevance
256 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
90 .test_async(|| async { in func_call_async()