Method Concurrent.Future()->try_get()


Method try_get

ValueType|zero try_get()

Description

Return the value if available.

Returns

Returns UNDEFINED if the Future is not yet fulfilled.

Throws

Throws on rejection.

See also

wait()