AtomicInt constructor

AtomicInt(
  1. int _value
)

Implementation

AtomicInt(this._value);