vertx / io.vertx.kotlin.core / io.vertx.core.Vertx / closeAwait

closeAwait

suspend fun Vertx.closeAwait(): Unit

Like io.vertx.core.Vertx but the completionHandler will be called when the close is complete

Parameters

completionHandler - The handler will be notified when the close is complete.