suspend fun <T> Pipe<T>.toAwait(dst: WriteStream<T>): Unit
Suspending version of method io.vertx.core.streams.Pipe.to
the destination write stream
NOTE: This function has been automatically generated from io.vertx.core.streams.Pipe using Vert.x codegen.