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 683
Last Updated: 29 April, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.