MCPcopy Create free account
hub / github.com/subquery/subql /

Class

packages/node-core/src/utils/queues/autoQueue.ts:34–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32 * but the promisies for this will still resolve in order they were inserted in the queue
33 */
34export class AutoQueue<T> implements IQueue {
35 private pendingPromise = false;
36 private queue: Queue<Action<T>>;
37 private _abort = false;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected