Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
method AbstractWorker.prototype.removeTaskFunction
import { AbstractWorker } from "https://deno.land/x/poolifier@v0.3.14/src/mod.ts";

Removes a task function from the worker.

Parameters

name: string
  • The name of the task function to remove.

Returns

Whether the task function existed and was removed or not.