parent root
PHP: parallel\Sync::__construct - Manual

parallel\Sync::__construct

(1.1.0)

parallel\Sync::__constructConstruction

Description

public parallel\Sync::__construct ( void )

Shall construct a new synchronization object with no value

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

Shall construct a new synchronization object containing the given scalar value

Exceptions

Warning

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

add a noteadd a note

User Contributed Notes

There are no user contributed notes for this page.
To Top
parent root