Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/poolifier/src/pools/worker.ts

Fast and small web worker pool
Latest
import * as poolifier from "https://deno.land/x/poolifier@v0.3.14/src/pools/worker.ts";

Variables

Enumeration of worker types.

Interfaces

Event loop utilization measurement statistics.

Worker interface.

Worker node interface.

Measurement statistics.

Worker choice strategy data.

Task statistics.

Worker information.

Worker node event detail.

Worker node options.

Worker usage statistics.

Type Aliases

Callback invoked if the worker raised an error event.

Callback invoked if the worker raised an error at processing a message event.

Callback invoked if the worker has received a message event.

Worker type.