| The parallel\Events\Input classEvents InputAn 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. 
 Class synopsisparallel\Events\Input 
     
      final
      class parallel\Events\Input
     
     { 
   public void add(string  $target, mixed$value)public void remove(string  $target)public void clear()} 
 |