GoLang Swoole\Atomic::add

request it (311)
GoLang replacement for PHP's Swoole\Atomic::add [edit | history]



Do you know a GoLang replacement for PHP's Swoole\Atomic::add? Write it!

PHP Swoole\Atomic::add

PHP original manual for Swoole\Atomic::add [ show | php.net ]

Swoole\Atomic::add

(PHP 5 >= 5.2.0, PHP 7, PECL swoole >= 1.9.0)

Swoole\Atomic::addAdd a number to the value to the atomic object.

Description

public integer Swoole\Atomic::add ([ integer $add_value ] )

Add a number to the value to the atomic object.

Parameters

add_value

The value which will be added to the current value.

Return Values

The new value of the atomic object.