docs: deferred-table closure, stale-comment sweep, as-built execution record

This commit is contained in:
Joseph Doherty
2026-08-15 21:33:28 -04:00
parent bb7aa6209f
commit e1ff05c605
5 changed files with 83 additions and 8 deletions
@@ -179,7 +179,9 @@ public sealed class WorkerFrameWriter
/// remaining events are written, so a batch in flight does not delay a control frame's delivery.
/// Every frame's "written and flushed before completion" contract is unchanged. An event batch that
/// a control frame cuts into therefore pays one extra flush; an uninterrupted batch still pays
/// exactly one.
/// exactly one. Mixed passes are not exotic — command replies are Control priority too, so
/// sustained command traffic concurrent with event streaming can hit them routinely; the cost
/// stays bounded at one extra flush per class transition present in the pass.
/// </summary>
/// <param name="envelopes">Envelopes to write, in order.</param>
/// <param name="priority">Scheduling priority for the whole batch.</param>