The `effectCoroutineContext: CoroutineContext` pro...
# compose
m
The
effectCoroutineContext: CoroutineContext
property of the
CompositionContext
abstract class is said to be for effects for the composition, but what does that exactly mean? Can I see an example of such an effect?
c
s
LaunchedEffect. This is the coroutine context it is executed on.