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

x/simple_utility/mod.ts>TaskMessage

Useful snippet collection.
Go to Latest
interface TaskMessage
import { type TaskMessage } from "https://deno.land/x/simple_utility@v1.6.0/mod.ts";

Communication content between main thread and worker thread.

Type Parameters

T extends unknown

Properties

message: T
optional
transfers: TaskTransfer[]