5 references to Ready
Aspire.Hosting (5)
ApplicationModel\ResourceAspireTerminal.cs (5)
164
return await connection.
Ready
.Task.WaitAsync(cancellationToken).ConfigureAwait(false);
257
connection.
Ready
.TrySetResult(new TerminalConnection(terminal, automator));
305
connection.
Ready
.TrySetCanceled(cancellationToken);
315
if (connection.
Ready
.TrySetException(failure))
375
_ =
Ready
.Task.ContinueWith(