The Swoole\Atomic class
(PECL swoole >= 1.9.0)
Introduction
Table of Contents
- Swoole\Atomic::add — Add a number to the value to the atomic object.
- Swoole\Atomic::cmpset — Compare and set the value of the atomic object.
- Swoole\Atomic::__construct — Construct a swoole atomic object.
- Swoole\Atomic::get — Get the current value of the atomic object.
- Swoole\Atomic::set — Set a new value to the atomic object.
- Swoole\Atomic::sub — Subtract a number to the value of the atomic object.