Implement progress aggregation across workers #72

Closed
opened 2026-07-13 16:58:28 +00:00 by fuzzy · 1 comment
Owner
## Sub-tasks - [ ] [Track total bytes downloaded across all workers](https://git.lan.thwap.org/thwap/pget/issues/69) - [ ] [Update progress bar atomically using a shared counter or atomic int64](https://git.lan.thwap.org/thwap/pget/issues/70) - [ ] [Ensure the bar is updated at a reasonable frequency (e.g., every 200ms)](https://git.lan.thwap.org/thwap/pget/issues/71)
fuzzy self-assigned this 2026-07-13 16:58:28 +00:00
Owner

Closing — all sub-tasks implemented. Progress aggregation uses atomic.Int64 in progress.Tracker, updated via progressReader in each worker, throttled at 200ms via bar.SetThrottle. See PR #137.

Closing — all sub-tasks implemented. Progress aggregation uses `atomic.Int64` in `progress.Tracker`, updated via `progressReader` in each worker, throttled at 200ms via `bar.SetThrottle`. See PR #[137](https://git.lan.thwap.org/thwap/pget/pulls/137).
Sign in to join this conversation.
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
thwap/pget#72
No description provided.