open fun complete(result: CompositeFuture): Unit
Set the result. Any handler will be called, if there is one, and the future will be marked as completed.
open fun complete(): Unit
Overrides Future.complete
Set this instance as result. Any handler will be called, if there is one, and the future will be marked as completed.