UNPKG

redis-smq-common

Version:

RedisSMQ Common Library provides many components that are mainly used by RedisSMQ and RedisSMQ Monitor.

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