* An asynchronously iterable queue class. Add values with enqueue() * and remove them with dequeue(). dequeue() returns a Promise, which * means that values can be dequeued before they are enqueued. The * class implements [Symbol.asyncIterator] and next() so that it can * be used with the for/aw
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected