Flow.collectLatest
is error-prone because of no CoroutineScope
#3533
Labels
Flow.collectLatest
is error-prone because of no CoroutineScope
#3533
It should not be possible to use
launch
/async
/etc insidecollectLatest {}
(e.g. by means of@DslMarker
) OR the block should getCoroutineScope
receiver.Easy to forget workaround:
The text was updated successfully, but these errors were encountered: