DefaultCoroutineScope

interface DefaultCoroutineScope : CoroutineScope

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

Properties

Link copied to clipboard
abstract val coroutineContext: CoroutineContext

Sources

Link copied to clipboard