Cringe.Runtime.Supervisor (cringe v0.4.0)

Copy Markdown View Source

Supervisor for a Cringe runtime process.

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.

runtime(supervisor)

@spec runtime(Supervisor.supervisor()) :: pid() | nil

start_link(opts)

@spec start_link([Cringe.Runtime.start_opt()]) :: Supervisor.on_start()