rdhruva
05/30/2024, 6:30 PMlaunchIn
says this:
Note that the resulting value of launchIn is not used and the provided scope takes care of cancellation.
Why is that the case? launchIn
returns a Job
, and if I call .cancel()
on that job, it does seem to cancel the flow. Am I missing something?ephemient
05/30/2024, 7:04 PMrdhruva
05/30/2024, 7:14 PMephemient
05/30/2024, 7:14 PMuiScope
) and will be cancelled when it is cancelled.rdhruva
05/30/2024, 7:15 PMrdhruva
05/30/2024, 7:27 PM