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 - The other completion.

Return
A completion.