Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
interface TaskMessage
import { type TaskMessage } from "https://deno.land/x/simple_utility@v1.6.0/mod.universal.ts";

Communication content between main thread and worker thread.

Type Parameters

T extends unknown

Properties

message: T
optional
transfers: TaskTransfer[]