|
@@ -2,6 +2,7 @@ package haxe.atomic;
|
|
|
|
|
|
import java.util.concurrent.atomic.AtomicInteger;
|
|
import java.util.concurrent.atomic.AtomicInteger;
|
|
|
|
|
|
|
|
+@:noDoc
|
|
abstract AtomicInt(AtomicInteger) {
|
|
abstract AtomicInt(AtomicInteger) {
|
|
public inline function new(value:Int) {
|
|
public inline function new(value:Int) {
|
|
this = new AtomicInteger(value);
|
|
this = new AtomicInteger(value);
|