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