IO

Represents the IO dispatcher, optimized for disk and network operations.

See also

Properties

Link copied to clipboard
val dispatcher: CoroutineDispatcher

The underlying CoroutineDispatcher for this dispatcher type.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val scope: CoroutineScope

A CoroutineScope associated with this dispatcher, using a SupervisorJob.