QH
Size: a a a
QH
QH
DS
U
.row(...)
?М
QH
U
QH
BP
QH
М
QH
.row(...)
?U
class AsyncValue<T>(private val blocking: () -> T) {
suspend fun await(context: CoroutineContext = Dispatchers.IO): T = withContext(context) { blocking() }
}
U
VP
class AsyncValue<T>(private val blocking: () -> T) {
suspend fun await(context: CoroutineContext = Dispatchers.IO): T = withContext(context) { blocking() }
}
QH
U
U
U
QH