withTransactionSuspend

abstract suspend fun <T> withTransactionSuspend(block: suspend (transaction: Transaction) -> T): T