mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 04:07:44 +00:00
Shell: Kill existing jobs when exiting
This commit is contained in:
parent
0d39418b0b
commit
143be7234f
2 changed files with 41 additions and 0 deletions
|
@ -162,6 +162,7 @@ private:
|
|||
};
|
||||
|
||||
void cache_path();
|
||||
void stop_all_jobs();
|
||||
|
||||
IterationDecision wait_for_pid(const SpawnedProcess&, bool is_first_command_in_chain, int& return_value);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue