I advise you to read <https://github.com/Kotlin/ko...
# coroutines
n
I advise you to read https://github.com/Kotlin/kotlin-coroutines/blob/master/kotlin-coroutines-informal.md#implementation-through-state-machines In that case, the call to
await
will immediately call the next state in the state machine.