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