Problem
Cold scans can combine parallel RPC ranges and async generators, but there is no regression test proving that a slow consumer does not cause unbounded pending work.
Done when
- Bound concurrent pages and buffered announcements.
- Verify memory stays bounded while consuming slowly.
- Confirm cancellation stops all outstanding requests.
- Add a benchmark and a regression test.
Problem
Cold scans can combine parallel RPC ranges and async generators, but there is no regression test proving that a slow consumer does not cause unbounded pending work.
Done when