zt
withTransaction
this
Toshihiro Nakamura
val database = ... fun main { database.withTransaction { doSomething() } } fun doSomething() { database.runQuery(...) }
A modern programming language that makes developers happier.