open fun tryComplete(result: CompositeFuture): Boolean
Set the failure. Any handler will be called, if there is one, and the future will be marked as completed.
Return
false when the future is already completed
open fun tryComplete(): Boolean
Overrides Future.tryComplete
Try to set this instance as result. When it happens, any handler will be called, if there is one, and the future will be marked as completed.
Return
false when the future is already completed