interface WorkerRunOptions
Since 0.1.0

Options for one IWorkerPool.run call.

Properties

readonly
optional
timeoutMs: number

Per-call task timeout in milliseconds, overriding the pool's configured timeout. 0 disables the timeout for this call.

Usage

import { type WorkerRunOptions } from "common/src/index.ts";