We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad1a6b1 commit f6f7d30Copy full SHA for f6f7d30
lib/elixir/lib/supervisor.ex
@@ -990,6 +990,12 @@ defmodule Supervisor do
990
value, or if it fails, the child specification is discarded and this function
991
returns `{:error, error}` where `error` is a term containing information about
992
the error and child specification.
993
+
994
+ > #### Order Among Children {: .tip}
995
+ >
996
+ > The child specification is **appended** to the children of `supervisor`.
997
+ > This guarantees that semantics of things such as the `:rest_for_one` strategy
998
+ > are preserved correctly.
999
"""
1000
@spec start_child(
1001
supervisor,
0 commit comments