Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DJobSupport.kt263 …val detailedTimeoutException = exceptions.firstOrNull { it !== first && it is TimeoutCancellationE… in <lambda>() constant
264 if (detailedTimeoutException != null) return detailedTimeoutException in <lambda>()