Searched defs:tryGetCompletionCause (Results 1 – 2 of 2) sorted by relevance
229 fun tryGetCompletionCause(): Throwable? = completionCause in runTest() method in kotlinx.coroutines.test.TestBodyCoroutine
304 fun tryGetCompletionCause(): Throwable? = completionCause in tryGetCompletionCause() method