withTransactionSuspend

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