property WorkerRunOptions.timeoutMs

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

Type

number

Usage

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