refactoring process management: no more orphan processes and quicker chrome startup

This commit is contained in:
Julien Neuhart
2019-10-02 10:38:47 +02:00
parent c47dc5ecdb
commit 7ac104c3c6
8 changed files with 187 additions and 137 deletions

View File

@@ -1,6 +1,7 @@
/*
Package xexec helps creating exec.Cmd
with logging.
with logging and executing those commands
without leaking orphan processes.
All functions return our standard xerror.Error
in case of error.