Skip to content

worker: ignore --abort-on-uncaught-exception for terminate()

When running Worker threads with --abort-on-uncaught-exception, do not abort the process when worker.terminate() is called.

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

Merge request reports

Loading