Valentin Gusselnikov
05/16/2024, 4:33 PMcollectAsState
under the hood does use collect
and not collectLatest
?Stylianos Gakis
05/16/2024, 5:08 PMAlbert Chang
05/17/2024, 5:26 AMcollectAsState()
, there is only a value = it
call which is not cancellable anyway, in which case collect()
should be used because it has less machinery.