Module

DynamicSupervisor

Changes by version

Elixir 1.7.0

· 1 change

Enhancement Tool: Elixir

Use the name of the DynamicSupervisor as the ID whenever possible

Elixir 1.6.6

· 1 change

Bugfix Tool: Elixir

Properly account for restarting children in the :max_children configuration

Elixir 1.6.2

· 2 changes

Bugfix Tool: Elixir

Properly tag error reports generated by dynamic supervisors so they can be properly translated by Logger

Bugfix Tool: Elixir

Consider extra arguments during child restart

Elixir 1.6.1

· 1 change

Enhancement Tool: Elixir

Implement child_spec/1 for DynamicSupervisor

Elixir 1.6.0

· 1 change

Enhancement Tool: Elixir

Add DynamicSupervisor designed to manage children that are added and removed dynamically