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)
62
MutexExec
(() => function().GetAwaiter().GetResult(), mutexName); // Can't await because of mutex
66
MutexExec
(() => { function().GetAwaiter().GetResult(); return true; }, mutexName);
69
MutexExec
(function, $"Global\\{ComputeSha256Hash(path)}");