Home
last modified time | relevance | path

Searched defs:doWorld (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/kotlinx.coroutines/integration-testing/smokeTest/src/commonMain/kotlin/
H A DSample.kt3 suspend fun doWorld() = coroutineScope { in doWorld() method
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/guide/
H A Dexample-basic-02.kt12 suspend fun doWorld() { in doWorld() method
H A Dexample-basic-03.kt10 suspend fun doWorld() = coroutineScope { // this: CoroutineScope in doWorld() method
H A Dexample-basic-04.kt13 suspend fun doWorld() = coroutineScope { // this: CoroutineScope in doWorld() method