executeAndAwait

suspend fun <T> TransactionalOperator.executeAndAwait(f: suspend (ReactiveTransaction) -> T): T

Coroutines variant of TransactionalOperator.execute with a suspending lambda parameter.

Author

Sebastien Deleuze

Mark Paluch

Since

5.2