suspend fun FileSystem.readFileAwait(path: String): Buffer
Suspending version of method io.vertx.core.file.FileSystem.readFile
path - path to the file
path
Return
Buffer
NOTE: This function has been automatically generated from io.vertx.core.file.FileSystem using Vert.x codegen.