D27883: Register spawned applications as an independent cgroups

David Faure noreply at phabricator.kde.org
Tue Mar 24 21:04:10 GMT 2020


dfaure accepted this revision.
dfaure added a comment.
This revision is now accepted and ready to land.


  It would be good to add a link to the spec as a code comment -- but I see that the docu isn't merged yet, so can't be done yet.

INLINE COMMENTS

> kprocessrunner.cpp:43
> +
> +#include <thread>
> +#include <mutex>

unused? std::call_once and std::once_flag come from <mutex>

> kprocessrunner.cpp:307
> +
> +    QList<uint> pidList = {static_cast<quint32>(m_process->pid())};
> +

const

REPOSITORY
  R241 KIO

BRANCH
  master

REVISION DETAIL
  https://phabricator.kde.org/D27883

To: davidedmundson, dfaure
Cc: apol, kde-frameworks-devel, LeGast00n, cblack, GB_2, michaelh, ngraham, bruns
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20200324/453b6dcc/attachment.html>


More information about the Kde-frameworks-devel mailing list