vertx / io.vertx.kotlin.sqlclient / io.vertx.sqlclient.RowStream / pipeToAwait

pipeToAwait

suspend fun <T> RowStream<T>.pipeToAwait(dst: WriteStream<T>): Unit

Suspending version of method io.vertx.sqlclient.RowStream.pipeTo

Parameters

dst -

the destination write stream

NOTE: This function has been automatically generated from io.vertx.sqlclient.RowStream using Vert.x codegen.