Saltar al contenido principal

Interface: WorkerPoolEntry<TInput, TOutput>

Defined in: src/types/index.ts:117

Type Parameters

TInput

TInput = unknown

TOutput

TOutput = unknown

Properties

func

func: WorkerFunc<TInput, TOutput>

Defined in: src/types/index.ts:120


pending

pending: Map<string, { cleanup: () => void; reject: (reason) => void; }>

Defined in: src/types/index.ts:121


worker

worker: Worker

Defined in: src/types/index.ts:118


workerUrl

workerUrl: string

Defined in: src/types/index.ts:119