parallel\Channel::makeAccess 説明
public Channel parallel\Channel::make(string
$name )Shall make an unbuffered channel with the given name public Channel parallel\Channel::make(string
$name , int $capacity )Shall make a buffered channel with the given name and capacity パラメータ
Exceptions警告
Shall throw parallel\Channel\Error\Existence if channel already exists. |