transaction

abstract fun <R> transaction(body: TransactionWithReturn<R>.() -> R): R

Begin an inner transaction.