SharedArrayBuffer and Atomics
Widely available in browsers but not in WebViewsThe 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.