PHP 8.4.1 Released!

parallel\Future::value

(0.8.0)

parallel\Future::valueResolution

Descrição

public parallel\Future::value(): mixed

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

Exceptions

Aviso

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

Aviso

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

Aviso

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

Aviso

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

Aviso

Shall rethrow Throwable uncaught in task

adicione uma nota

Notas Enviadas por Usuários (em inglês)

Não há notas de usuários para esta página.
To Top