parallel\Channel::send
(0.9.0)
parallel\Channel::send — Sharing
说明
public parallel\Channel::send
(
mixed $value
) :
void
Exceptions
Warning
Shall throw parallel\Channel\Error\Closed if channel is closed.
Warning
Shall throw parallel\Channel\Error\IllegalValue if value is illegal.
User Contributed Notes
There are no user contributed notes for this page.