D24752: WIP: Use a separate worker thread to run the actual deletion of files

2019-10-26 Thread Méven Car
meven abandoned this revision. meven added a comment. In favor of D24962 REPOSITORY R241 KIO REVISION DETAIL https://phabricator.kde.org/D24752 To: meven, dfaure Cc: kde-frameworks-devel, LeGast00n, GB_2, michaelh, ngraham, bruns

D24752: WIP: Use a separate worker thread to run the actual deletion of files

2019-10-20 Thread David Faure
dfaure requested changes to this revision. dfaure added a comment. This revision now requires changes to proceed. `slotReport` isn't the only problem, all of the subjob handling etc. seems very racy to me. I suggest to start from scratch and write the smallest possible worker, whose only

D24752: WIP: Use a separate worker thread to run the actual deletion of files

2019-10-18 Thread Méven Car
meven updated this revision to Diff 68222. meven added a comment. Clean debug code REPOSITORY R241 KIO CHANGES SINCE LAST UPDATE https://phabricator.kde.org/D24752?vs=68221&id=68222 BRANCH threadedDelete REVISION DETAIL https://phabricator.kde.org/D24752 AFFECTED FILES src/core/d

D24752: WIP: Use a separate worker thread to run the actual deletion of files

2019-10-18 Thread Méven Car
meven created this revision. meven added a reviewer: dfaure. Herald added a project: Frameworks. Herald added a subscriber: kde-frameworks-devel. meven requested review of this revision. REVISION SUMMARY Part of T11627 REPOSITORY R241 KIO BRANCH threade