Options for one IWorkerPool.run call.
readonly
optional
timeoutMs: number
Per-call task timeout in milliseconds, overriding the pool's configured
timeout. 0 disables the timeout for this call.
Options for one IWorkerPool.run call.
timeoutMs: number
Per-call task timeout in milliseconds, overriding the pool's configured
timeout. 0 disables the timeout for this call.
import { type WorkerRunOptions } from "common/src/index.ts";