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.

Link to this function

start_link(opts \\ [])

View Source
start_link(Keyword.t()) :: {:ok, pid()} | :ignore | {:error, term()}

Starts a supervisor that manages Ratatouille.Runtime, along with runtime dependencies Ratatouille.EventManager and Ratatouille.Window.

Options