* [x] User-space modules built on worker_threads * [worker-threads-pool](https://www.npmjs.com/package/worker-threads-pool) * [microjob](https://www.npmjs.com/package/microjob) * [node-worker-threads-pool](https://www.npmjs.com/package/node-worker-threads-pool) * [ ] Modules in citgm that exercise `worker_threads` in tests * ... * [x] Reports of worker_threads deployed in production * ... * [x] Framework adoption * ... * [x] full test coverage * test coverage is now 100% for worker_threads JS files in core * [ ] No flaky tests * [x] fix flaky test/parallel/parallel.status:test-worker-debug (https://github.com/nodejs/node/issues/28106) * [x] fix flaky test/parallel/parallel.status:test-worker-prof * [x] fix flaky test/parallel/parallel.status:test-worker-syntax-error * [x] fix flaky test/parallel/parallel.status:test-worker-syntax-error-file * [ ] fix flaky test/parallel/parallel.status:test-worker-memory * [x] Review source code for compatibility with `terminate()` * [x] No reliance on experimental V8 APIs (`ValueSerializer` in particular) /cc @nodejs/workers