atomic
classin packageklyn.threading
public class atomic extends Object:
Atomic long compatibility type used by threading tests.
This class is intentionally lightweight and focused on increment/decrement
operators used in Klyn test scenarios.
Properties
| Modifier and Type |
Member |
Description |
| public readonly property |
value |
Returns current numeric value. |
Constructors
| Modifier and Type |
Member |
Description |
| public |
atomic |
Creates an atomic value from a long. |
Methods
| Modifier and Type |
Member |
Description |
| public override |
toString |
String representation of the current value. |
Operators