3 references to ConcurrencyUtils
Aspire.Hosting (3)
Dcp\DcpExecutor.cs (3)
934
using var _ = await
ConcurrencyUtils
.AcquireAllAsync(replicas.Select(r => r.SerializedOpSemaphore), cancellationToken).ConfigureAwait(false);
1136
using var _ = await
ConcurrencyUtils
.AcquireAllAsync([appResource.SerializedOpSemaphore], cancellationToken).ConfigureAwait(false);
1207
using var _ = await
ConcurrencyUtils
.AcquireAllAsync([appResource.SerializedOpSemaphore], cancellationToken).ConfigureAwait(false);