Current section

Files

Jump to
glixir include glixir@supervisor_SimpleChildSpec.hrl
Raw

include/glixir@supervisor_SimpleChildSpec.hrl

-record(simple_child_spec, {
id :: binary(),
start_module :: gleam@erlang@atom:atom_(),
start_function :: gleam@erlang@atom:atom_(),
start_args :: list(gleam@dynamic:dynamic_()),
restart :: glixir@supervisor:restart_strategy(),
shutdown_timeout :: integer(),
child_type :: glixir@supervisor:child_type()
}).