dispatcher

var dispatcher: CoroutineDispatcher?(source)

Dispatcher that will be used for coroutines in the background (e.g., emit events). Defaults to Dispatchers.IO if available, or Dispatchers.Default.