I have the following function which saves several records in a local Sqlite DB managed by Room:
fun commit() = CoroutineScope(Dispatchers.IO).launch {