Get the results of a resolved future
Arguments
- future
A Future.
- ...
Not used.
Value
The FutureResult object. It may signal a FutureError, if there is a significant orchestration error. For example, if the parallel worker process terminated abruptly ("crashed"), then a FutureInterruptError is signaled.
