get

abstract suspend fun get(): T

Waits if necessary for the computation to complete, then returns the result.

Throws

if the computation was cancelled.

if the computation threw an exception.