mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 13:49:16 +00:00
Shell: Wait for the rest of the members of a pipeline when one exits
Assuming we were blocking on one to begin with.
This commit is contained in:
parent
c92865bd05
commit
6e2a383f25
Notes:
sideshowbarker
2024-07-19 01:39:45 +09:00
Author: https://github.com/alimpfard
Commit: 6e2a383f25
Pull-request: https://github.com/SerenityOS/serenity/pull/3858
2 changed files with 16 additions and 0 deletions
|
@ -89,6 +89,7 @@ public:
|
|||
bool run_builtin(const AST::Command&, const NonnullRefPtrVector<AST::Rewiring>&, int& retval);
|
||||
bool has_builtin(const StringView&) const;
|
||||
void block_on_job(RefPtr<Job>);
|
||||
void block_on_pipeline(RefPtr<AST::Pipeline>);
|
||||
String prompt() const;
|
||||
|
||||
static String expand_tilde(const String&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue