getCompleted

abstract fun getCompleted(): T(source)

Immediately returns the deferred value if already completed.

This should only be called after manually checking the value of isCompleted.

Throws

if this deferred value has not completed yet.