Current section
Files
Jump to
Current section
Files
include/glixir@supervisor_ChildInfo.hrl
-record(child_info, {
id :: binary(),
pid :: gleam@option:option(gleam@erlang@process:pid_()),
child_type :: glixir@supervisor:child_type(),
status :: glixir@supervisor:child_status(),
args :: any(),
reply :: any()
}).