Home
last modified time | relevance | path

Searched refs:doSomethingUsefulTwo (Results 1 – 5 of 5) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/guide/
Dexample-compose-01.kt14 val two = doSomethingUsefulTwo() in <lambda>()
25 suspend fun doSomethingUsefulTwo(): Int { in doSomethingUsefulTwo() method
Dexample-compose-02.kt14 val two = async { doSomethingUsefulTwo() } in <lambda>()
25 suspend fun doSomethingUsefulTwo(): Int { in doSomethingUsefulTwo() method
Dexample-compose-04.kt31 doSomethingUsefulTwo() in <lambda>()
39 suspend fun doSomethingUsefulTwo(): Int { in doSomethingUsefulTwo() method
Dexample-compose-05.kt20 val two = async { doSomethingUsefulTwo() } in <lambda>()
29 suspend fun doSomethingUsefulTwo(): Int { in doSomethingUsefulTwo() method
Dexample-compose-03.kt14 val two = async(start = CoroutineStart.LAZY) { doSomethingUsefulTwo() } in <lambda>()
28 suspend fun doSomethingUsefulTwo(): Int { in doSomethingUsefulTwo() method