pipeToAwait
suspend fun <T> ReadStream<T>.pipeToAwait(dst: WriteStream<T>): Unit
Suspending version of method io.vertx.core.streams.ReadStream.pipeTo