Projektstart
This commit is contained in:
8
backend/node_modules/bullmq/dist/esm/classes/main-worker.js
generated
vendored
Normal file
8
backend/node_modules/bullmq/dist/esm/classes/main-worker.js
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
/**
|
||||
* Worker Thread wrapper for sandboxing
|
||||
*
|
||||
*/
|
||||
import { parentPort } from 'worker_threads';
|
||||
import mainBase from './main-base';
|
||||
mainBase(async (msg) => parentPort.postMessage(msg), parentPort);
|
||||
//# sourceMappingURL=main-worker.js.map
|
||||
Reference in New Issue
Block a user