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

x/poolifier/src/mod.ts>PoolTypes

Fast and small web worker pool
Latest
variable PoolTypes
import { PoolTypes } from "https://deno.land/x/poolifier@v0.3.14/src/mod.ts";

Enumeration of pool types.

type

Readonly<{ fixed: "fixed"; dynamic: "dynamic"; }>