Tim Malseed
06/08/2021, 3:27 AMCoroutineScope.launch {
    stateFlowA.collect {
        foo()
    }
    stateFlowB.collect {
        bar()
    }
}CoroutineScope.launch { }launch{}asyncgildor
06/08/2021, 4:30 AMTim Malseed
06/08/2021, 4:40 AM