parallel\Future::value

(0.8.0)

parallel\Future::valueResolution

Opis

public parallel\Future::value ( void ) : mixed

Shall return (and if necessary wait for) return from task

Exceptions

Ostrzeżenie

Shall throw \parallel\Future\Error if waiting failed (internal error).

Ostrzeżenie

Shall throw \parallel\Future\Error\Killed if \parallel\Runtime executing task was killed.

Ostrzeżenie

Shall throw \parallel\Future\Error\Cancelled if task was cancelled.

Ostrzeżenie

Shall throw \parallel\Future\Error\Foreign if task raised an unrecognized uncaught exception.

Ostrzeżenie

Shall rethrow \Throwable uncaught in task

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top