Skip to main content

Built and signed on GitHub Actions

Fast and small web worker pool

This package works with Deno, Bun, BrowsersIt is unknown whether this package works with Cloudflare Workers
It is unknown whether this package works with Cloudflare Workers
This package works with Deno
This package works with Bun
This package works with Browsers
JSR Score
100%
Published
5 months ago (0.4.31)
method AbstractPool.prototype.getWorkerInfo
AbstractPool.prototype.getWorkerInfo(workerNodeKey: number): WorkerInfo | undefined

Gets the worker information given its worker node key.

Parameters

workerNodeKey: number
  • The worker node key.

Return Type

WorkerInfo | undefined

The worker information.

Add Package

deno add jsr:@poolifier/poolifier-web-worker

Import symbol

import { AbstractPool } from "@poolifier/poolifier-web-worker";

---- OR ----

Import directly with a jsr specifier

import { AbstractPool } from "jsr:@poolifier/poolifier-web-worker";

Add Package

bunx jsr add @poolifier/poolifier-web-worker

Import symbol

import { AbstractPool } from "@poolifier/poolifier-web-worker";