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

x/poolifier/src/mod.ts>AbstractPool#executeTask

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

Executes the given task on the worker given its worker node key.

Parameters

workerNodeKey: number
  • The worker node key.
task: Task<Data>
  • The task to execute.