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.
| Modifier and Type | Member | Description |
|---|---|---|
| public readonly property | valuevalue as Long: |
Returns current numeric value. |
| Modifier and Type | Member | Description |
|---|---|---|
| public | atomicatomic(value as Long): |
Creates an atomic value from a long. |
| Modifier and Type | Member | Description |
|---|---|---|
| public override | toStringtoString() as String: |
String representation of the current value. |