mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
8919169bb7
Fixes: https://github.com/nodejs/node/issues/25765 PR-URL: https://github.com/nodejs/node/pull/25768 Reviewed-By: Gus Caplan <me@gus.host> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
4 lines
94 B
JavaScript
4 lines
94 B
JavaScript
import { workerData, parentPort } from 'worker_threads';
|
|
|
|
parentPort.postMessage(workerData);
|