Structs§
- Process
Plugin Communicator - Communicates with a process plugin.
- Process
Plugin Communicator Format Request
Functions§
- get_
parent_ process_ id_ from_ cli_ args - Gets the parent process id from the CLI arguments.
- handle_
process_ stdio_ messages - Handles the process’ messages based on the provided handler.
- setup_
exit_ process_ panic_ hook - Functionality to exit the process when a panic occurs. This automatically happens when handling process plugin messages.
- start_
parent_ process_ checker_ task - Starts a task that polls for the existence of the parent process. If the parent process no longer exists, then it will exit the current process.