Nex.Supervisor (nex_core v0.4.3)

Copy Markdown

Framework-level supervision tree responsible for managing Nex framework's core processes.

Supervised processes:

These processes are completely transparent to users and automatically managed by the framework. If any process crashes, it will automatically restart without affecting the user application.

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(opts \\ [])