Class Concurrent.Future (< ValueType >)

Inheritance graph
Concurrent.Future Concurrent.Promise
Description

Value that will be provided asynchronously sometime in the future. A Future object is typically produced from a Promise object by calling its future() method.

See also

Promise


Generic ValueType

__generic__ mixed ValueType = mixed

Description

This is the type for the value provided by the Future.