Searched refs:err_async (Results 1 – 1 of 1) sorted by relevance
59 async fn err_async(polls: usize) -> Result<u8, TryFromIntError> { in err_async() function87 block_on_future(async { err_async(2).await }).ok(); in test_async()