UNPKG

redis-smq-common

Version:

Provides essential components and utilities shared across RedisSMQ packages.

4 lines 270 B
import { MessagePort } from 'worker_threads'; import { TCallableWorkerFunction } from '../types/index.js'; export declare function handleCallableWorker(worker: TCallableWorkerFunction, messagePort: MessagePort): void; //# sourceMappingURL=callable-worker-thread.d.ts.map