suspend fun FileSystem.truncateAwait(path: String, len: Long): Unit
Suspending version of method io.vertx.core.file.FileSystem.truncate
the length to truncate it to
NOTE: This function has been automatically generated from io.vertx.core.file.FileSystem using Vert.x codegen.