parallel\Events::setTimeoutBehaviour DescriptionBy 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 public void parallel\Events::setTimeout(int
$timeout )Shall set the timeout in microseconds ExceptionsWarning
Shall throw parallel\Events\Error if loop is non-blocking. |