Packages

LiveView-style runtime for Gleam.

Current section

Files

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

include/lightspeed@ops@supervision_ChildSpec.hrl

-record(child_spec, {
id :: binary(),
module_name :: binary(),
restart :: lightspeed@ops@supervision:restart(),
shutdown_ms :: integer()
}).