vertx / io.vertx.ext.unit / Completion / resolve

resolve

abstract fun resolve(future: Future<T>): Unit

Completes the future upon completion, otherwise fails it.

Parameters

future - the future to resolve