We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
DynamicSupervisor.child_spec/1
1 parent 06fc222 commit 5a8ba81Copy full SHA for 5a8ba81
lib/elixir/lib/dynamic_supervisor.ex
@@ -206,6 +206,7 @@ defmodule DynamicSupervisor do
206
See `Supervisor` for more information about child specifications.
207
"""
208
@doc since: "1.6.1"
209
+ @spec child_spec([init_option() | GenServer.option()]) :: Supervisor.child_spec()
210
def child_spec(options) when is_list(options) do
211
id =
212
case Keyword.get(options, :name, DynamicSupervisor) do
0 commit comments