Home
last modified time | relevance | path

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

/external/oboe/samples/minimaloboe/src/main/java/com/example/minimaloboe/
DAudioPlayer.kt37 private val coroutineScope = CoroutineScope(Dispatchers.Default) + Job() constant
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DCoroutineScope.kt258 public suspend fun <R> coroutineScope(block: suspend CoroutineScope.() -> R): R { in coroutineScope() method