Skip to content

Commit

Permalink
Update src/util/locking/VoidLocker.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Joachim Van Herwegen <joachimvh@gmail.com>
  • Loading branch information
lina1101 and joachimvh committed Dec 14, 2021
1 parent 6a2facf commit 1301381
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/util/locking/VoidLocker.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import type { ResourceIdentifier } from '../../http/representation/ResourceIdentifier';
import { getLoggerFor } from '../../logging/LogUtil';
import type { ExpiringReadWriteLocker } from './ExpiringReadWriteLocker';

/**
* This locker will execute the whileLocked function without any locking mechanism
*
Expand Down

0 comments on commit 1301381

Please sign in to comment.