leandro
bezrukov
val timeFlow = flow { while (true) { emit(clock.now()) delay(5.seconds) } }.stateIn(scope, clock.now())