dispatcher

fun dispatcher(dispatcher: CoroutineDispatcher): ImageLoader.Builder

The default CoroutineDispatcher to run image requests on.

Default: Dispatchers.IO