1 implementation of MutexExec
Microsoft.Arcade.Common (1)
Helpers.cs (1)
61
public T
MutexExec
<T>(Func<Task<T>> function, string mutexName) =>