feat(updater): FIFO queue with single worker and per-job results
This commit is contained in:
@@ -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.
|
||||
Reference in New Issue
Block a user