coroutine

How to wait for the end of the coroutine

I just started learning kotlin and korutin, so please do not swear too much for a stupid question. It is necessary to wait f ... ould be possible to press btnStop and stop cycle. But in my code, everything hangs during the loop, including all the Views.

Literature on the coroutines of the vehicle

Tell me, is there any full-fledged literature on the very coroutines that are not yet in the STL, and which are still kind of ... single book or a full-fledged guide anywhere, just a couple of articles on Habr from Yandex and the publishing house Peter =(

Unconfined dispatcher for performing coroutines

In what "borderline" cases can it be used Unconfined dispatcher to perform korutin? Unconfined dispatcher is an advanced ... w did the function delay() define the thread for the next coroutine execution after it as kotlinx.coroutines.DefaultExecutor?