🌈 Create new beautiful Compose Gradients with our new wesite ->
Property

LocalTaskDispatchers

The CompositionLocal to provide TaskDispatchers for running coroutines and asynchronous tasks inside a Compose UI hierarchy.

Source set: Common
public val LocalTaskDispatchers: ProvidableCompositionLocal<TaskDispatchers> =
    computedDefaultOf("LocalTaskDispatchers") { LocalOwner.currentValue.taskDispatchers }

The CompositionLocal to provide TaskDispatchers for running coroutines and asynchronous tasks inside a Compose UI hierarchy.

Content updated: