ylemoigne
println("Start receiving...
octylFractal
coroutineScope
fun CoroutineScope.doJob() = produce { println("Launch ${Thread.currentThread()}") for (i ...) { ... } // no close required }
produce
A modern programming language that makes developers happier.