parallel\Sync::__construct
PHP Manual
PHP Manual»parallel\Sync»parallel\Sync::__construct

parallel\Sync::__construct

(1.1.0)

parallel\Sync::__constructConstruction

说明

public function parallel\Sync::__construct()

Shall construct a new synchronization object with no value

public function parallel\Sync::__construct(scalar $value)

Shall construct a new synchronization object containing the given scalar value

Exceptions

警告

Shall throw parallel\Sync\Error\IllegalValue if value is non-scalar.

To Top