Skip to content

Interface: ParallelOptions

Defined in: src/types.ts:178

Properties

numWorkers?

ts
optional numWorkers?: number;

Defined in: src/types.ts:179


chunkSize?

ts
optional chunkSize?: number;

Defined in: src/types.ts:180


transferable?

ts
optional transferable?: boolean;

Defined in: src/types.ts:181

Released under the MIT License.