----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/104973/ -----------------------------------------------------------
Review request for kdelibs. Description ------- When RunnerManager::reset() is called, all ThreadWeaver jobs are dequeued, including jobs from other parts of the code. This patch changes this to only dequeue the jobs created by this instance of RunnerManager. Diffs ----- plasma/runnermanager.cpp 49569a3 Diff: http://git.reviewboard.kde.org/r/104973/diff/ Testing ------- I have more than one RunnerManager working at once in a project. Without the patch, only one manager return results. Thanks, Aurélien Gâteau
