| parallel\Channel::sendSharing Description
   public void parallel\Channel::send(mixed  $value)Shall send the given value on this channel ExceptionsWarning
    Shall throw parallel\Channel\Error\Closed if channel is closed. Warning
    Shall throw parallel\Channel\Error\IllegalValue if value is illegal. |