3 references to ShutdownLadderAsync
aspire (3)
DotNet\ProcessExecution.cs (3)
243
/// cancellation. Both branches run the same <see cref="
ShutdownLadderAsync
"/>: with a signaler for
267
return
ShutdownLadderAsync
(process, signaler, gracefulShutdownWindow.GracefulShutdownToken);
270
return
ShutdownLadderAsync
(process, signaler: null, gracefulToken: CancellationToken.None);