suspendedTransactionAsync

suspend fun <T> suspendedTransactionAsync(    context: CoroutineContext? = null,     db: Database? = null,     transactionIsolation: Int? = null,     readOnly: Boolean? = null,     statement: suspend JdbcTransaction.() -> T): Deferred<T>

Deprecated

" This function will be removed in future releases. Replace with `suspendTransactionAsync()` from exposed-r2dbc instead to use a suspending transaction. Please leave a comment on [YouTrack](https://youtrack.jetbrains.com/issue/EXPOSED-74/Add-R2DBC-Support) with a use case if you believe this method should remain available for JDBC connections.