Nex.Supervisor
(nex_core v0.4.3)
Copy Markdown
Framework-level supervision tree responsible for managing Nex framework's core processes.
Supervised processes:
Phoenix.PubSub- For WebSocket hot reload broadcastingNex.Store- Page-level state storage (page-scoped, cleared on refresh)Nex.SessionCleaner- Session store TTL cleanup workerNex.Reloader- Hot reload file watcher
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
Returns a specification to start this module under a supervisor.
See Supervisor.