Waybar/include/util
excellentname 246f7bf555 Handle SIGCHLD for exec/forkExec
When forkExec is called it begins to ignore all SIGCHLD signals for
the rest of the progam's execution so that they are automatically
reaped. However, this means that subsequent waitpid calls in the exec
function will always fail. So instead handle SIGCHLD by reaping any
processes created by forkExec and ignoring all others so that they can be
handled directly by the exec function.
2020-07-21 12:36:48 +10:00
..
clara.hpp feat: args && class id 2018-12-18 17:30:54 +01:00
command.hpp Handle SIGCHLD for exec/forkExec 2020-07-21 12:36:48 +10:00
format.hpp custom formatter for numbers in 'pow' units format 2019-09-25 12:53:06 +02:00
json.hpp refactor: try/catch, sigc trackable 2019-05-13 15:15:50 +02:00
rfkill.hpp fix: cancel thread and fix window close 2020-05-27 09:10:38 +02:00
sleeper_thread.hpp fix: cancel thread and fix window close 2020-05-27 09:10:38 +02:00