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

x/poolifier/src/mod.ts>KillHandler

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

Handler called when a worker is killed.

definition: () => void | Promise<void>