示例:

import {Worker} from 'node:worker_threads';
new Worker('./worker.js', { workerData: 42 });