parallel\Future::value

(0.8.0)

parallel\Future::valueResolution

Açıklama

publicparallel\Future::value(): mixed

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

Exceptions

Uyarı

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

Uyarı

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

Uyarı

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

Uyarı

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

Uyarı

Shall rethrow Throwable uncaught in task

To Top