Name locks
This commit is contained in:
parent
7fcd0f0bfa
commit
2fbed09548
6 changed files with 18 additions and 16 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue