update pague now
PHP 8.5.2 Released!

parallel\Sync::set

(1.1.0)

parallel\Sync::set Access

Description

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

Shall atomically set the value of the synchronization object

Exceptions

Warning

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

add a note

User Contributed Notes

There are no user contributed notes for this pague.
To Top