vaskir
suspend fun Actor.getAndReset(): Long { val reply = Channel<Long>() getAndResetCh.send(reply) return reply.receive() }