Searched refs:counterActor (Results 1 – 1 of 1) sorted by relevance
33 fun CoroutineScope.counterActor() = actor<CounterMsg> { in <lambda>() method44 val counter = counterActor() // create the actor in <lambda>()