vertx / io.vertx.kotlin.core.datagram / io.vertx.core.datagram.DatagramSocket / pipeToAwait

pipeToAwait

suspend fun DatagramSocket.pipeToAwait(dst: WriteStream<DatagramPacket>): Unit

Suspending version of method io.vertx.core.datagram.DatagramSocket.pipeTo

Parameters

dst -

the destination write stream

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