Home
last modified time | relevance | path

Searched defs:withTimeoutOrNull (Results 1 – 2 of 2) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DTimeout.kt96 public suspend fun <T> withTimeoutOrNull(timeMillis: Long, block: suspend CoroutineScope.() -> T): … in withTimeoutOrNull() method
135 public suspend fun <T> withTimeoutOrNull(timeout: Duration, block: suspend CoroutineScope.() -> T):… in withTimeoutOrNull() method
/external/kotlinx.coroutines/integration/kotlinx-coroutines-jdk8/src/time/
DTime.kt51 public suspend fun <T> withTimeoutOrNull(duration: Duration, block: suspend CoroutineScope.() -> T)… in withTimeoutOrNull() method