Skip to content

Commit

Permalink
Switch from kill-all-exit to a normal exit when a child is done, Issue
Browse files Browse the repository at this point in the history
  • Loading branch information
puggan committed Dec 7, 2023
1 parent ee80755 commit 6db2053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Fork.php
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ protected function forkForTask(Task $task): Task
try {
$this->executeInChildTask($task, $socketToParent);
} finally {
$this->exit();
exit();
}
}

Expand Down

0 comments on commit 6db2053

Please sign in to comment.