suspend fun AsyncFile.writeAwait(buffer: Buffer, position: Long): Unit
Suspending version of method io.vertx.core.file.AsyncFile.write
the position in the file to write it at
NOTE: This function has been automatically generated from io.vertx.core.file.AsyncFile using Vert.x codegen.