dispatcher

var dispatcher: CoroutineDispatcher?(source)

Allow specifying the coroutine dispatcher to use for IO operations.

Report a problem