vertx / io.vertx.kotlin.ext.sql / io.vertx.ext.sql.SQLRowStream

Extensions for io.vertx.ext.sql.SQLRowStream

closeAwait

suspend fun SQLRowStream.closeAwait(): Unit

Closes the stream/underlying cursor(s). The actual close happens asynchronously.