php8.5
Home/ Manual/ reference / parallel/ The parallel\Events\Input class

The parallel\Events\Input class

An Input object is a container for data that the parallel\Events object will write to parallel\Channel objects as they become available. Multiple event loops may share an Input container - parallel does not verify the contents of the container when it is set as the input for a parallel\Events object.

Events Input

An Input object is a container for data that the parallel\Events object will write to parallel\Channel objects as they become available. Multiple event loops may share an Input container - parallel does not verify the contents of the container when it is set as the input for a parallel\Events object.

Note

When a parallel\Events object performs a write, the target is removed from the input object as if parallel\Events\Input::remove were called.

Class synopsis

class parallel\Events\Input { }

Input

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