open static fun <T : Any> incomplete(): CompletableAsyncResult<T>
Return an incomplete result, that can be later completed or failed.
- The type of the value that this result will complete with.
Return An incomplete result.