import { batchInvoke } from "https://deno.land/x/live@1.107.0/runtime/features/invoke.ts";
Invokes multiple payloads in a batch.
type
(payload: InvokePayload<any>, state: State<any>) => Promise<any>
import { batchInvoke } from "https://deno.land/x/live@1.107.0/runtime/features/invoke.ts";
Invokes multiple payloads in a batch.