romainguy
07/29/2020, 8:00 PMlaunchInComposition()
galex
07/29/2020, 8:05 PMLeland Richardson [G]
07/29/2020, 8:58 PMrememberCoroutineScope
is what you wantAdam Powell
07/29/2020, 9:25 PMlaunchInComposition
. If you want to be able to launch jobs as a result of other events and have that scope managed/cleaned up for you, use rememberCoroutineScope
.