Class Concurrent.Future (< ValueType >)
- 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
- Generic
ValueType
__generic__
mixed
ValueType
=mixed
- Description
This is the type for the value provided by the Future.