import { type Queue } from "https://deno.land/x/effection@4.0.0-alpha.1/lib/mod.ts";
A FIFO queue which can be used to implement the Subscription
interface directly. Most of the time, you will use either a Signal
or a Channel as the mechanism, but Queue
allows you to manage
a single subscription directly.