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 | Atomic object. Use with care, this does not magically make it thread-safe to mutate objects. Not supported on JavaScript or C++. |