MainCoroutineScope

interface MainCoroutineScope : CoroutineScope

Marker interface which designates a CoroutineScope with a CoroutineDispatcher of main.

Properties

Link copied to clipboard
abstract val coroutineContext: CoroutineContext

Sources

Link copied to clipboard