concurrent / 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
An incomplete result.