package haxe.atomic

..
AtomicBool

Atomic boolean. (js) The Atomics and SharedArrayBuffer objects need to be available. Errors will be thrown if this is not the case.

AtomicInt

Atomic integer. (js) The Atomics and SharedArrayBuffer objects need to be available. Errors will be thrown if this is not the case.

AtomicObject