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

resolve

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

Completes the future upon completion, otherwise fails it.

Parameters

future - the future to resolve