(0.8.0)
parallel\Future::value — Resolution
Shall resolve the future value, will wait until the value becomes available.
Shall attempt to resolve the future value, will wait up to the given timeout.
timeout
Timeout in microseconds
Shall return the future value
Shall throw \parallel\Exception if Closure was killed.
Shall throw \parallel\Exception if Runtime was closed before execution.
Shall throw \parallel\Exception if Runtime was killed during execution.
Shall throw \parallel\Exception if Closure suffered a fatal error or exception
Shall throw \parallel\Exception if timeout
is negative
Shall throw \parallel\TimeoutException if timeout
is reached