Current section

Files

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

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@supervision:child_specification(nil))
}).