php8.5
Home/ Manual/ parallel / events/ parallel\Events::setTimeout

parallel\Events::setTimeout

PHP function Edit on GitHub ✎

(0.9.0)

Behaviour

Description

By default when events are polled for, blocking will occur (at the PHP level) until the first event can be returned: Setting the timeout causes an exception to be thrown when the timeout is reached.

This differs from setting blocking mode to false with parallel\Events::setBlocking, which will not cause an exception to be thrown.

parallel\Events::setTimeout(int $timeout): void

Shall set the timeout in microseconds

Exceptions

Warning

Shall throw parallel\Events\Error if loop is non-blocking.

Source: reference/parallel/parallel/events/settimeout.xml · from the official PHP manual (php/doc-en)