MCPcopy Create free account
hub / github.com/TanStack/router /

Class

packages/start-plugin-core/src/queue.ts:13–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11}
12
13export class Queue<T> {
14 private onSettles: Array<(res: any, error: any) => void> = []
15 private onErrors: Array<(error: any, task: () => Promise<any>) => void> = []
16 private onSuccesses: Array<(result: any, task: () => Promise<any>) => void> =

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected