recomposeCoroutineContext
Property
Common
@ExperimentalComposeApi
public val ControlledComposition.recomposeCoroutineContext: CoroutineContext
The CoroutineContext
that should be used to perform concurrent recompositions of this
ControlledComposition
when used in an environment supporting concurrent composition.
See Recomposer.runRecomposeConcurrentlyAndApplyChanges
as an example of configuring such an
environment.