Barrier
import type { Barrier } from "https://googleapis.deno.dev/v1/batch:v1.ts";
A barrier runnable automatically blocks the execution of subsequent runnables until all the tasks in the task group reach the barrier.
interface Barrier {
name?: string;
}