acdream/tests/AcDream.Core.Tests/Streaming
Erik 0904372af6 feat(app): Phase A.1 — LandblockStreamer (background worker + channels)
Background thread pulls load/unload jobs from an inbox channel, invokes
a caller-supplied Func<uint, LoadedLandblock?> (production wraps
LandblockLoader.Load, tests inject a fake), and posts results to an
outbox channel the render thread drains. Graceful shutdown via
CancellationToken; failed loads reported rather than retried.

4 new tests, all green.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-11 22:14:18 +02:00
..
LandblockStreamerTests.cs feat(app): Phase A.1 — LandblockStreamer (background worker + channels) 2026-04-11 22:14:18 +02:00
StreamingRegionTests.cs feat(app): Phase A.1 — job + result records for LandblockStreamer 2026-04-11 22:11:35 +02:00