Php/docs/parallel-channel.construct

来自菜鸟教程
跳转至:导航、​搜索

parallel\Channel::__construct

(1.1.0)

parallel\Channel::__constructChannel Construction


说明

public parallel\Channel::__construct ( )

Shall make an anonymous unbuffered channel

public parallel\Channel::__construct ( int $capacity )

Shall make an anonymous buffered channel with the given capacity


参数

capacity
May be Channel::Infinite or a positive integer