ddimitrov
08/31/2022, 2:22 PMAndreas Scheja
08/31/2022, 5:39 PMMutableStateFlow
. It would keep the Map you mentioned, updates could be done via the update()
extension method. That way you don't need the (potentially) blocking synchronized
and as such also no IO dispatcher I think?