Skip to content

WorkerFactory

type WorkerFactory = () => WorkerHandle;

Defined in: parallel/pool.ts:33

Supply your own worker constructor. Needed under bundlers, which cannot statically resolve the runtime-built URL used by the default factory.

WorkerHandle