Module proc_launcher

Module proc_launcher 

Source
Expand description

Actor-based proc launcher implementation.

This module provides ActorProcLauncher, a ProcLauncher that delegates proc spawning to a Python actor implementing the ProcLauncher ABC from monarch._src.actor.proc_launcher.

This enables custom spawning strategies (Docker, VMs, etc.) while reusing the existing lifecycle management in BootstrapProcManager.

Structsยง

ActorProcLauncher
A ProcLauncher implemented by delegating proc lifecycle operations to a Python actor.