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