tuweni / org.apache.tuweni.concurrent / CompletableAsyncResult / complete

complete

abstract fun complete(@Nullable value: T?): Boolean (source)

Complete this result with the given value.

Parameters

value - T?: The value to complete this result with.

Return
Boolean: true if this invocation caused this result to transition to a completed state, else false.