AO
Size: a a a
AO
AN
А
AN
А
AN
AN
А
AN
AN
AN
TT
VB
suspend fun myFun(): Boolean = try {как-то так может?
withTimeout(300) {
val version = withContext(Dispatchers.IO) { getVersion() }
isVersionValid(version)
} catch (ex: CancellationException) {
false
}
}
TT
suspend fun myFun(): Boolean = try {как-то так может?
withTimeout(300) {
val version = withContext(Dispatchers.IO) { getVersion() }
isVersionValid(version)
} catch (ex: CancellationException) {
false
}
}
VB
TT
suspend fun myFun(): Boolean = try {как-то так может?
withTimeout(300) {
val version = withContext(Dispatchers.IO) { getVersion() }
isVersionValid(version)
} catch (ex: CancellationException) {
false
}
}
VB
TT
AE
AE