Things every Kotlin Developer should know about Coroutines. Part 3: Structured Concurrency.
If you watch a coroutines video dated before their stable launch in Kotlin 1.3, you might notice that the way coroutines were used in their "experimental" phase is a bit different from now.
For example, at KotlinConf 2017, in his Introductions to Cor...