The fault-in drain no longer decodes on the UI thread. It now: - dispatches each newly-requested keyframe's page-in to a background thread (deduped via an in-flight set, store cloned per request so path changes are picked up), and - applies completed results from a channel at the top of update(), keeping the UI ticking while loads are outstanding. Cold scrubs no longer freeze. The brief blank gap before a frame lands is removed by the image proxy (3a-3); eviction to bound RAM while scrubbing is 3b. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| assets | ||
| examples | ||
| src | ||
| Cargo.toml | ||
| PLAN.md | ||
| TOOL_IMPLEMENTATION_PLAN.md | ||
| build.rs | ||