Skip to content

Test workerData with SharedArrayBuffer

This adds a test to ensure that sharing SharedArrayBuffers across worker threads by way of the workerData mechanism functions correctly.

Also fixes a documentation reference referring to data rather than the actual workerData.

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

Merge request reports

Loading