CloudSqlite.WriteLockBusyHandler Type Alias
CloudSqlite.WriteLockBusyHandler = (lockedBy: string, expires: string) => Promise<void | "stop">
Optional method to be called when an attempt to acquire the write lock fails because another user currently holds it.
Defined in
- core/backend/src/CloudSqlite.ts Line 778
Last Updated: 07 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.