Skip to content

Commit

Permalink
Update signal-handling.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sunshowers authored Dec 9, 2024
1 parent 4c6b897 commit 2635cb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions site/src/docs/design/architecture/signal-handling.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ With the double-spawn approach:

A queued up `SIGTSTP` may be received at this point. If that is so, the process
is paused. But, importantly, the parent does not get stuck waiting for the child to finish spawning.

* Finally, the spawned child uses [`Command::exec`](https://doc.rust-lang.org/std/os/unix/process/trait.CommandExt.html#tymethod.exec)
to replace itself with the test or script process.

Expand Down

0 comments on commit 2635cb6

Please sign in to comment.