1 min readNov 5, 2018
The coroutine is launched “in the main thread” when it uses Dispatchers.Main
as its dispatcher, so that the code of the coroutine runs in the main thread of the application.
The coroutine is launched “in the main thread” when it uses Dispatchers.Main
as its dispatcher, so that the code of the coroutine runs in the main thread of the application.
Project Lead for the Kotlin Programming Language @JetBrains