redis-smq-common
Version:
RedisSMQ Common Library provides many components that are mainly used by RedisSMQ and RedisSMQ Monitor.
4 lines • 383 B
TypeScript
import { ICallback, TAsyncOperationList } from './types/callback.js';
import { MapAsyncOperationReturnTypeToResult } from './types/index.js';
export declare function parallel<AsyncOperationList extends TAsyncOperationList>(operations: [...AsyncOperationList], callback: ICallback<MapAsyncOperationReturnTypeToResult<AsyncOperationList>>): void;
//# sourceMappingURL=parallel.d.ts.map