mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 20:29:18 +00:00
Shell: Kill existing jobs when exiting
This commit is contained in:
parent
0d39418b0b
commit
143be7234f
Notes:
sideshowbarker
2024-07-19 06:09:58 +09:00
Author: https://github.com/alimpfard
Commit: 143be7234f
Pull-request: https://github.com/SerenityOS/serenity/pull/2361
Reviewed-by: https://github.com/awesomekling
Reviewed-by: https://github.com/bugaevc
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