TFuture.get

Returns the result of the operation.

interface TFuture(ResultType)
ResultType
get
()

Throws

TFutureException if the operation has been cancelled, TCancelledException if it is not yet done; the set exception if it failed.

Meta