UNPKG

bullmq

Version:

Queue for messages and jobs based on Redis

8 lines 211 B
/** * Child process wrapper for sandboxing. * */ import { childSend } from '../utils'; import mainBase from './main-base'; mainBase((msg) => childSend(process, msg), process); //# sourceMappingURL=main.js.map