CloudSqlite.WriteLockBusyHandler Type
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: 14 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.