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

x/poolifier/src/mod.ts>WorkerInfo

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

Worker information.

Properties

readonly
id: string | undefined

Worker id.

readonly
type: WorkerType

Worker type.

dynamic: boolean

Dynamic flag.

ready: boolean

Ready flag.

stealing: boolean

Stealing flag. This flag is set to true when worker node is stealing tasks from another worker node.

optional
taskFunctionNames: string[]

Task function names.