Description
Provides Ruby abstractions for container-based parallelism using threads and processes where appropriate. It is useful for applications that need to supervise parallel work without hand-rolling process and thread management.
Parallel execution can duplicate resources, environment variables, or secrets into child processes. Review process lifecycle, logging, and cleanup behavior.