Renames AsyncLock -> SystemLock

This commit is contained in:
Shannon
2019-10-18 10:19:11 +11:00
parent 77ff96d64f
commit 10a2303458
5 changed files with 8 additions and 37 deletions

View File

@@ -24,7 +24,7 @@ namespace Umbraco.Tests.LegacyXmlPublishedCache
private bool _released;
private Timer _timer;
private DateTime _initialTouch;
private readonly AsyncLock _runLock = new AsyncLock(); // ensure we run once at a time
private readonly SystemLock _runLock = new SystemLock(); // ensure we run once at a time
// note:
// as long as the runner controls the runs, we know that we run once at a time, but