jean
03/27/2023, 6:44 AMChannel to be able to communicate data between coroutines?rkeazor
03/27/2023, 12:25 PMnatario1
03/27/2023, 10:18 PMMutableStateFlow and launch two coroutines writing into it. Values can be updated with flow.update { ... } so you get the old state and can copy it.