Method ExecuteAtomicAsync<T>(Func<Task<T>>)
Execute operations atomically and return result.
public Task<T> ExecuteAtomicAsync<T>(Func<Task<T>> operations)
Execute operations atomically and return result.
public Task<T> ExecuteAtomicAsync<T>(Func<Task<T>> operations)