IOCoroutineScope

interface IOCoroutineScope : CoroutineScope

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

Properties

Link copied to clipboard
abstract val coroutineContext: CoroutineContext

Sources

Link copied to clipboard