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