Pike v8.0 release 1738

Method Concurrent.Future()->get()


Method get

mixed get()

Description

Wait for fulfillment and return the value.

Throws

Throws on rejection.

See also

wait(), try_get()