Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/guide/
Dexample-sync-07.kt33 fun CoroutineScope.counterActor() = actor<CounterMsg> { in <lambda>() method
44 val counter = counterActor() // create the actor in <lambda>()