4 references to _ready
Aspire.Hosting (4)
Backchannel\AppHostStartupState.cs (4)
16
_ready
.TrySetResult();
20
public bool IsReady =>
_ready
.Task.IsCompletedSuccessfully;
22
public void MarkReady() =>
_ready
.TrySetResult();
26
await
_ready
.Task.WaitAsync(cancellationToken).ConfigureAwait(false);