Merge lp://staging/~aptdaemon-developers/aptdaemon/threading into lp://staging/aptdaemon
Proposed by
Sebastian Heinlein
Status: | Merged |
---|---|
Merged at revision: | 701 |
Proposed branch: | lp://staging/~aptdaemon-developers/aptdaemon/threading |
Merge into: | lp://staging/aptdaemon |
Diff against target: |
970 lines (+252/-111) 6 files modified
NEWS (+2/-0) aptdaemon/core.py (+182/-43) aptdaemon/loop.py (+0/-32) aptdaemon/progress.py (+8/-14) aptdaemon/utils.py (+30/-0) aptdaemon/worker.py (+30/-22) |
To merge this branch: | bzr merge lp://staging/~aptdaemon-developers/aptdaemon/threading |
Related bugs: | |
Related blueprints: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Aptdaemon Developers | Pending | ||
Review via email: mp+77802@code.staging.launchpad.net |
Description of the change
Moves the worker and the simulate actions to separate threads. This makes the daemon more responsive and allows to easily queue simulate and the comming PK query methods.
To post a comment you must log in.