dharrigan
Marko Mitic
coroutineScope { }
doSomething
suspend fun doSomething() = withContext(<http://Dispatchers.IO|Dispatchers.IO>) { writeIntoTable1() writeIntoTable2() writeIntoTable3() }
gildor
withContext(<http://Dispatchers.IO|Dispatchers.IO>)
writeIntoTableN
A modern programming language that makes developers happier.