vertx / io.vertx.core.file / FileSystem / openBlocking

openBlocking

abstract fun openBlocking(path: String, options: OpenOptions): AsyncFile

Blocking version of #open(String, io.vertx.core.file.OpenOptions, Handler)