suspend fun <T> Pool.withTransactionAwait(function: (SqlClient) -> Future<T>): T
Suspending version of method io.vertx.sqlclient.Pool.withTransaction
function
- the code to execute
Return
NOTE: This function has been automatically generated from io.vertx.sqlclient.Pool using Vert.x codegen.