Packages

LiveView-style runtime for Gleam.

Current section

Files

Jump to
lightspeed include lightspeed@ops@supervision_Plan.hrl
Raw

include/lightspeed@ops@supervision_Plan.hrl

-record(plan, {
name :: binary(),
strategy :: lightspeed@ops@supervision:strategy(),
children :: list(lightspeed@ops@supervision:child_spec())
}).