All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jvmMain.moe.tlaster.precompose.molecule.ProvidePlatformDispatcher.kt Maven / Gradle / Ivy

The newest version!
package moe.tlaster.precompose.molecule

import kotlinx.coroutines.Dispatchers
import kotlin.coroutines.CoroutineContext

internal actual fun providePlatformDispatcher(): CoroutineContext = Dispatchers.Main




© 2015 - 2024 Weber Informatics LLC | Privacy Policy