travis
09/20/2018, 6:33 PMDispatchers.Main is added to the job to make it so the dispatcher used for child coroutine builders will be Dispatchers.Main (correct me if I'm wrong).
Which dispatcher is used if the + Dispatchers.Main portion is omitted?
override val coroutineContext: CoroutineContext
get() = jobelizarov
09/20/2018, 9:49 PMtravis
09/20/2018, 9:52 PM