Core Infrastructure
Sync Lock Mutex
Singleton Promise-chain mutex serializing all database writes.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Singleton Promise-chain mutex serializing all database writes.
const result = await syncLock.execute(
"Saga:CreateCommitment",
async () => { /* database writes */ },
15_000 // timeout
);