transaction

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

Begin an inner transaction.