abstract fun thenCombine(other: AsyncCompletion): AsyncCompletion
Returns a completion that completes when both this completion and the other complete normally.
other - The other completion.
other
Return A completion.