()
| 72 | // Force locks and unlocks to run sequentially. This allows not |
| 73 | // waiting for unlocks to complete. |
| 74 | const call = () => method.call(this, targetState); |
| 75 | await (this.#pending = this.#pending.then(call, call)); |
| 76 | this.#state = targetState; |
| 77 | return VFS.SQLITE_OK; |
no outgoing calls