feat(updater): FIFO queue with single worker and per-job results

This commit is contained in:
2026-05-22 11:57:09 +02:00
parent a275f208c4
commit c9b1af42e5
4 changed files with 273 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
package updater
// Worker logic currently lives in queue.go (single in-process worker
// goroutine). This file is reserved for the eventual per-stack-mutex
// implementation called out in spec section 15 ("Multi-worker concurrency
// with per-stack mutex"). Intentionally empty for v1.