vertx / io.vertx.reactivex.core.file / AsyncFile / rxClose

rxClose

open fun rxClose(): Completable

Close the file. The actual close happens asynchronously. The handler will be called when the close is complete, or an error occurs.

Return