dekans
Job
job.join()
CoroutineScope
launch(Dispatchers.Main+job)
coroutineContext[Job]
elizarov
Dispatcher.Main+job
coroutineContext
launch { ... }
<http://Dispatchers.IO|Dispatchers.IO>+job
job.joinChildren()
A modern programming language that makes developers happier.