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

x/poolifier/src/worker/task-functions.ts

Fast and small web worker pool
Latest
import * as poolifier from "https://deno.land/x/poolifier@v0.3.14/src/worker/task-functions.ts";

Interfaces

Task function operation result.

Type Aliases

Task asynchronous function that can be executed. This function must return a promise.

Task function that can be executed. This function can be synchronous or asynchronous.

Tasks functions that can be executed. This object can contain synchronous or asynchronous functions. The key is the name of the function. The value is the function itself.

Task synchronous function that can be executed.