(0.9.0)
parallel\Channel::send — 共享
$value
将给定的值发送到此通道。
如果通道已关闭,则将抛出 parallel\Channel\Error\Closed。
如果值非法,则将抛出 parallel\Channel\Error\IllegalValue。