PHP 8.4.0 RC4 available for testing

parallel\Events::poll

(0.9.0)

parallel\Events::pollPolling

Descrição

public parallel\Events::poll(): ?parallel\Events\Event

Shall poll for the next event

Valor Retornado

Should there be no targets remaining, null shall be returned

Should this be a non-blocking loop, and blocking would occur, null shall be returned

Otherwise, the parallel\Events\Event returned describes the event.

Exceptions

Aviso

Shall throw parallel\Events\Error\Timeout if timeout is used and reached.

adicione uma nota

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

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