Extract cloud download thread launcher

This commit is contained in:
2026-06-15 21:27:15 +02:00
parent f3abc1354f
commit 88018f6c69
4 changed files with 55 additions and 4 deletions

View File

@@ -177,6 +177,11 @@ The retained cloud browser dialog creation path in
in `src/legacy_cloud_services.cpp`, so the remaining cloud bridge debt is
further concentrated on retained prompt/progress lifetime, OpenGL context
guarding, and the still-retained transfer-thread execution model.
The retained cloud download thread launch in
`LegacyCloudServices::start_download()` now also routes through a focused
helper in `src/legacy_cloud_services.cpp`, so the remaining cloud bridge debt
is further concentrated on retained prompt/progress lifetime, OpenGL context
guarding, and the still-retained transfer-thread execution model.
Recent 2026-06-13 retained preview reductions continue to narrow DEBT-0036:
`NodeStrokePreview::draw_stroke_immediate()` now also routes