suspend fun AsyncFile.writeAwait(buffer: Buffer, position: Long): Unit
Write a io.vertx.core.buffer.Buffer to the file at position position in the file, asynchronously.
position
- the position in the file to write it at
handler
- the handler to call when the write is complete
Returna
reference to this, so the API can be used fluently *