Files
openclaw/src/plugin-sdk/async-lock-runtime.ts
Peter Steinberger 694ca50e97 Revert "refactor: move runtime state to SQLite"
This reverts commit f91de52f0d.
2026-05-13 13:33:38 +01:00

4 lines
125 B
TypeScript

// Process-local async lock helper for small runtime state files.
export { createAsyncLock } from "../infra/json-files.js";