This commit is contained in:
HueByte
2026-02-22 14:33:18 +00:00
parent 46eb264cab
commit bacd2a3fd5
39 changed files with 4777 additions and 3280 deletions
+1 -7
View File
@@ -97,13 +97,7 @@ Classes
<dl class="jumplist">
<dt><a class="xref" href="EchoHub.Client.AppOrchestrator.html">AppOrchestrator</a></dt>
<dd><p>Central orchestrator for the EchoHub TUI client.
Owns session state and wires UI events to service calls.</p>
</dd>
</dl>
<dl class="jumplist">
<dt><a class="xref" href="EchoHub.Client.AsyncRunner.html">AsyncRunner</a></dt>
<dd><p>Eliminates repeated Task.Run/try/catch/app.Invoke(ShowError) boilerplate.
Runs async work on a background thread and routes exceptions to the UI.</p>
Wires UI events to service calls and connection events to UI updates.</p>
</dd>
</dl>