Home
last modified time | relevance | path

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

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