Description
Provides Ruby support for spawning and managing processes within async applications. It is useful for tools and services that need to run external commands without blocking the main event loop.
Process spawning can execute arbitrary programs and expose environment variables. Sanitize command input, avoid shell injection, and review logs for secrets.