interface ParallelOptions {
    concurrency?: number;
    ordered?: boolean;
}

Properties

concurrency?: number

How many jobs to execute in parallel (default: )

ordered?: boolean