Skip to main content
Module

x/simple_utility/mod.pure.ts>TaskAction

Simplify processing for Deno.
Go to Latest
type alias TaskAction
import { type TaskAction } from "https://deno.land/x/simple_utility@v2.0.10/mod.pure.ts";

Content of processing run by worker thread.

Type Parameters

T extends unknown
K extends unknown
definition: (message: T) => TaskMessage<K> | Promise<TaskMessage<K>>