Why is there no option to supply a different conte...
# compose
f
Why is there no option to supply a different context to
LaunchedEffect
? Currently, it is forced to run on the main thread.
c
You can use
withContext
f
Oh right, thanks.