closeAwait
suspend fun Cursor.closeAwait(): Unit
Suspending version of method io.vertx.sqlclient.Cursor.close
readAwait
suspend fun Cursor.readAwait(count: Int): RowSet
Suspending version of method io.vertx.sqlclient.Cursor.read