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

endAwait

suspend fun AsyncFile.endAwait(): Unit

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

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

suspend fun AsyncFile.endAwait(data: Buffer): Unit

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

Parameters

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