Method Concurrent.Future()->get()

class Concurrent.Future

Method get

ValueType get()

Description

Wait for fulfillment and return the value.

Throws

Throws on rejection.

See also

wait(), try_get()