forked from LeenkxTeam/Kmake
4 lines
94 B
JavaScript
4 lines
94 B
JavaScript
|
|
import { workerData, parentPort } from 'worker_threads';
|
||
|
|
|
||
|
|
parentPort.postMessage(workerData);
|