Files
Assistant/tests
tes a590c96d07 Test 4a: wire NoMoreDeltas + add UpstreamSendLoop stop-and-empty exit
Code-review feedback from Task 2:
- Use state.NoMoreDeltas in the output callback completion check instead
  of downstream.Reader.Completion.IsCompleted (spec called for it as the
  redundant fast path; it was dead code before).
- UpstreamSendLoop now break's when StopSending && upstream channel empty,
  matching the spec's stated exit shape.
2026-06-12 19:15:29 +00:00
..