Bardo.ScapeManager.ScapeSupervisor (Bardo v0.1.0)
View SourceSupervisor for Scape processes.
This supervisor manages individual Scape processes, which represent environments where agents can interact.
Summary
Functions
Returns a specification to start this module under a supervisor.
Starts the supervisor.
Starts a new scape process with the given parameters.
Stops a scape process with the given PID.
Functions
Returns a specification to start this module under a supervisor.
See Supervisor.
@spec start_link() :: {:ok, pid()}
Starts the supervisor.
Starts a new scape process with the given parameters.
@spec stop_scape(pid()) :: :ok
Stops a scape process with the given PID.