PHP 8.4.0 RC4 available for testing

parallel\Channel::make

(0.9.0)

parallel\Channel::makeAccess

Descrição

public parallel\Channel::make(string $name): Channel

Shall make an unbuffered channel with the given name

public parallel\Channel::make(string $name, int $capacity): Channel

Shall make a buffered channel with the given name and capacity

Parâmetros

name

The name of the channel.

capacity

May be Channel::Infinite or a positive integer

Exceptions

Aviso

Shall throw parallel\Channel\Error\Existence if channel already exists.

adicione uma nota

Notas Enviadas por Usuários (em inglês)

Não há notas de usuários para esta página.
To Top