Ratatouille v0.5.1 Ratatouille.Runtime.Supervisor View Source
A supervisor to run the application runtime and its dependencies.
Link to this section Summary
Functions
Returns a specification to start this module under a supervisor.
Starts a supervisor that manages Ratatouille.Runtime
, along with runtime
dependencies Ratatouille.EventManager
and Ratatouille.Window
.
Link to this section Functions
Returns a specification to start this module under a supervisor.
See Supervisor
.
Starts a supervisor that manages Ratatouille.Runtime
, along with runtime
dependencies Ratatouille.EventManager
and Ratatouille.Window
.
Options
:runtime
- Options for the runtime. SeeRatatouille.Runtime.start_link/1
.