Current section
Files
Jump to
Current section
Files
include/gleam@otp@static_supervisor_Builder.hrl
-record(builder, {
strategy :: gleam@otp@static_supervisor:strategy(),
intensity :: integer(),
period :: integer(),
auto_shutdown :: gleam@otp@static_supervisor:auto_shutdown(),
children :: list(gleam@otp@static_supervisor:child_builder())
}).