withTimeoutOrNull
suspend fun <T> withTimeoutOrNull(duration: Duration, block: suspend CoroutineScope.() -> T): T?(source)
"java.time" adapter method for kotlinx.coroutines.withTimeoutOrNull.
"java.time" adapter method for kotlinx.coroutines.withTimeoutOrNull.