Extract cloud download thread helper

This commit is contained in:
2026-06-15 20:57:43 +02:00
parent 740ad37709
commit 54b6aee2e4
4 changed files with 66 additions and 13 deletions

View File

@@ -129,6 +129,11 @@ The retained cloud-browser thumbnail fetch, decode, and texture-apply path in
helper in `src/node_dialog_cloud.cpp`, so the remaining cloud bridge debt is
further concentrated on prompt/progress lifetime, OpenGL context guarding,
and transfer-thread execution.
The retained cloud-download detached worker body 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 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