Extract cloud publish worker helper

This commit is contained in:
2026-06-15 21:00:38 +02:00
parent 56c24db891
commit 34e9789f1f
4 changed files with 68 additions and 17 deletions

View File

@@ -134,6 +134,11 @@ The retained cloud-download detached worker body in
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.
The retained cloud-publish worker body in
`LegacyCloudServices::prompt_publish()` 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