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

Class

packages/db-sqlite-persistence-core/src/persisted.ts:611–611  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

609}
610
611class ApplyMutex {
612 private queue: Promise<void> = Promise.resolve()
613
614 async run<T>(task: () => Promise<T>): Promise<T> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected