main

abstract fun main(): CoroutineDispatcher

Returns the main CoroutineDispatcher, which should be typically used for UI-related tasks.

Return

The main CoroutineDispatcher.