Name locks

This commit is contained in:
Andras Schmelczer 2026-01-24 11:02:02 +00:00
parent 7fcd0f0bfa
commit 2fbed09548
6 changed files with 18 additions and 16 deletions

View file

@ -22,7 +22,7 @@ export class CursorTracker {
(cursors: MaybeOutdatedClientCursors[]) => unknown
>();
private readonly updateLock = new Lock();
private readonly updateLock = new Lock(CursorTracker.name);
private knownRemoteCursors: (ClientCursors & {
upToDateness: DocumentUpToDateness;