Module process

Module process 

Source
Expand description

Process service for managing child processes

This service provides process lifecycle management for CLI commands, particularly for the dev and run commands that need to manage multiple node processes.

This is a thin wrapper around mecha10-runtime’s ProcessManager, delegating core process management to the runtime layer.

Structs§

ProcessService
Process service for managing child processes