Commit Graph

4 Commits

Author SHA1 Message Date
Brian Picciano
30159d80b2 Introduce StartAfterFunc 2022-10-20 20:52:52 +02:00
Brian Picciano
a451ee620c Clean up return values from RunProcessOne 2022-06-30 13:42:57 -06:00
Brian Picciano
881bd83086 Spawn child processes in separate process groups
This way signals sent to the parent will not be propagated to the
children. The only way to kill children is by cancelling the context
passed into the Run method being used.
2022-06-30 13:31:32 -06:00
Brian Picciano
8fb99b53d7 Expose Run from pmuxlib (renamed from pmuxproc) 2022-06-18 19:52:04 -06:00