Current section

Files

Jump to
gleam_otp include gleam@otp@supervision_ChildSpecification.hrl
Raw

include/gleam@otp@supervision_ChildSpecification.hrl

-record(child_specification, {
start :: fun(() -> {ok, gleam@otp@actor:started(any())} |
{error, gleam@otp@actor:start_error()}),
restart :: gleam@otp@supervision:restart(),
significant :: boolean(),
child_type :: gleam@otp@supervision:child_type()
}).