SharedArrayBuffer and Atomics

baseline logo Widely available in browsers but not in WebViews

The SharedArrayBuffer object represents bytes shared between multiple workers and the main thread. The Atomics object safely accesses SharedArrayBuffer data to make sure predictable values are read and written and that operations are not interrupted.