|
| AtomicLong (long value) |
|
long | Get () |
|
void | Set (long value) |
|
long | GetAndSet (long value) |
|
bool | CompareAndSet (long expected, long result) |
|
long | AddAndGet (long delta) |
|
long | GetAndAdd (long delta) |
|
long | Increment () |
|
long | Decrement () |
|
long | PreIncrement () |
|
long | PreDecrement () |
|
The documentation for this class was generated from the following file:
- SendBird/src/AtomicLong.cs