vertx / io.vertx.kotlin.core.file / io.vertx.core.file.AsyncFile / pipeToAwait

pipeToAwait

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

Suspending version of method io.vertx.core.file.AsyncFile.pipeTo

Parameters

dst -

the destination write stream

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