Raxol.Core.Runtime.Supervisor (Raxol v0.2.0)

View Source

Supervises the core runtime processes of a Raxol application.

This supervisor manages:

  • Application runtime
  • Event handlers
  • Render processes
  • State management
  • Plugin system

Summary

Functions

Returns a specification to start this module under a supervisor.

Functions

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

start_link(init_arg)