redis-smq-common
Version:
RedisSMQ Common Library provides many components that are mainly used by RedisSMQ and RedisSMQ Monitor.
4 lines • 309 B
TypeScript
import { MessagePort } from 'worker_threads';
import { TWorkerRunnableFunctionFactory } from '../types/index.js';
export declare function handleWorkerRunnable(worker: TWorkerRunnableFunctionFactory, messagePort: MessagePort, initialPayload: unknown): void;
//# sourceMappingURL=worker-thread-runnable.d.ts.map