Dealing with process termination in Linux (with Rust examples)
A looooong one this time, so straight to the point! First, we'll discuss the Linux processes trivia and then review the following scenarios, as usually, with some code examples:
- awaiting a child process termination;
- awaiting a grandchild process termination;
- catching the parent process termination.