parallel\Channel::send
(0.9.0)
parallel\Channel::send — Sharing
Description
Shall send the given value on this channel
Exceptions
Shall throw parallel\Channel\Error\Closed if channel is closed.
Shall throw parallel\Channel\Error\IllegalValue if value is illegal.