Vibe.TUI.RuntimeSupervisor (vibe v0.2.2)

Copy Markdown View Source

Supervisor for TUI runtime child processes.

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.

name(id, child)

@spec name(term(), atom()) :: GenServer.name()

start_link(opts)

@spec start_link(keyword()) :: Supervisor.on_start()