parallel\Channel::__construct

(1.1.0)

parallel\Channel::__constructChannel Construction

Description

publicparallel\Channel::__construct()

Shall make an anonymous unbuffered channel

publicparallel\Channel::__construct(int$capacity)

Shall make an anonymous buffered channel with the given capacity

Parameters

capacity

May be Channel::Infinite or a positive integer

To Top