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

Class

packages/db/src/scheduler.ts:49–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47 * Callers manage their own state; the scheduler only orchestrates execution order.
48 */
49export class Scheduler {
50 private contexts = new Map<SchedulerContextId, SchedulerContextState>()
51 private clearListeners = new Set<(contextId: SchedulerContextId) => void>()
52

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected