vertx / io.vertx.kotlin.core.net / io.vertx.core.net.NetSocket / pipeToAwait

pipeToAwait

suspend fun NetSocket.pipeToAwait(dst: WriteStream<Buffer>): Unit

Suspending version of method io.vertx.core.net.NetSocket.pipeTo

Parameters

dst -

the destination write stream

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