vertx / io.vertx.kotlin.core.streams / io.vertx.core.streams.ReadStream / pipeToAwait

pipeToAwait

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

Suspending version of method io.vertx.core.streams.ReadStream.pipeTo

Parameters

dst -

the destination write stream

NOTE: This function has been automatically generated from io.vertx.core.streams.ReadStream using Vert.x codegen.