tuweni / org.apache.tuweni.concurrent / AsyncResult / incomplete

incomplete

open static fun <T : Any!> incomplete(): CompletableAsyncResult<T>! (source)

Return an incomplete result, that can be later completed or failed.

Parameters

- The type of the value that this result will complete with.

Return
CompletableAsyncResult<T>!: An incomplete result.