import * as async from "https://deno.land/x/async@v2.0.2/queue.ts"; ClassescQueueA queue implementation that allows for adding and removing elements, with optional waiting when popping elements from an empty queue.