Raxol.Terminal.Supervisor (Raxol v2.0.1)

View Source

Supervisor for terminal-related processes.

Summary

Functions

Returns a specification to start this module under a supervisor.

Callback implementation for Supervisor.init/1.

Starts a new terminal with the given configuration using CQRS.

Stops a terminal process using CQRS.

Functions

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

init(init_arg)

Callback implementation for Supervisor.init/1.

start_link(init_arg)

start_terminal(terminal_config)

Starts a new terminal with the given configuration using CQRS.

stop_terminal(terminal_id)

Stops a terminal process using CQRS.