tuweni / org.apache.tuweni.concurrent / AsyncCompletion / thenCombine

thenCombine

abstract fun thenCombine(other: AsyncCompletion!): AsyncCompletion! (source)

Returns a completion that completes when both this completion and the other complete normally.

Parameters

other - AsyncCompletion!: The other completion.

Return
AsyncCompletion!: A completion.