Module process

Source

Structs§

ProcessPluginCommunicator
Communicates with a process plugin.
ProcessPluginCommunicatorFormatRequest

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.

Type Aliases§

HostFormatCallback