import { Worker } from 'worker_threads' const worker = new Worker('./path/to/typescript/worker.ts'). At runtime in the worker_threads module ...
確定! 回上一頁