parallel\Future::value

(0.8.0)

parallel\Future::value — Resolution

说明

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

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

Exceptions

警告

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

警告

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

警告

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

警告

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

警告

Shall rethrow Throwable uncaught in task

+添加备注

用户贡献的备注

此页面尚无用户贡献的备注。
To Top