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

commonMain.io.nacular.doodle.coroutines.Dispatchers.kt Maven / Gradle / Ivy

There is a newer version: 0.10.2
Show newest version
package io.nacular.doodle.coroutines

import kotlinx.coroutines.CoroutineDispatcher
import kotlinx.coroutines.Dispatchers

/**
 * Common CoroutineDispatchers
 */
public object Dispatchers {
    /** Dispatcher that corresponds to the UI thread. */
    public val UI: CoroutineDispatcher = Dispatchers.Default
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy