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ยง
- Actor
Proc Launcher - A
ProcLauncherimplemented by delegating proc lifecycle operations to a Python actor.