Implemented interface member:
method
MutexExec<T>
Microsoft.Arcade.Common.IHelpers.MutexExec<T>(System.Func<T>, System.String)
3 references to MutexExec
Microsoft.Arcade.Common (3)
Helpers.cs (3)
57
MutexExec
(() => function().GetAwaiter().GetResult(), mutexName); // Can't await because of mutex
61
MutexExec
(() => { function().GetAwaiter().GetResult(); return true; }, mutexName);
64
MutexExec
(function, $"Global\\{ComputeSha256Hash(path)}");