vertx / io.vertx.kotlin.core.streams / io.vertx.core.streams.Pipe / toAwait

toAwait

suspend fun <T> Pipe<T>.toAwait(dst: WriteStream<T>): Unit

Suspending version of method io.vertx.core.streams.Pipe.to

Parameters

dst -

the destination write stream

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