summaryrefslogtreecommitdiff
path: root/lib/elixir/lib/supervisor.ex
Commit message (Expand)AuthorAgeFilesLines
* Remove dot from error messagesJosé Valim2023-05-101-2/+2
* Use ex_doc admonition blocks more often (#12445)Andrea Leopardi2023-03-051-1/+3
* Clarify who does the logging in supervisor docsJosé Valim2022-09-161-2/+8
* Fix a typo in Supervisor doc (#12136)Salva Ruiz2022-09-151-1/+1
* Add support for automatic shutdown to Supervisor (#12077)bbhoss2022-08-161-5/+56
* Require Erlang/OTP 24José Valim2022-07-271-3/+1
* Update DynSup reference in supervisor docs (#11973)Thiago Majesk Goulart2022-07-091-1/+1
* Fix typos (#11901)Udo Kramer2022-06-031-1/+1
* Fix Supervisor.init/2 return type in spec (#11871)Michał Łępicki2022-05-251-1/+3
* Introduce t:Supervisor.sup_flags/0 + Streamline specs (#11865)Eksperimental2022-05-241-5/+34
* Copy-edit Supervisor docs + New types (#11849)Eksperimental2022-05-211-27/+55
* Use zero-arity instead of 0-arity and so on (#11848)Eksperimental2022-05-201-1/+1
* Update section reference in Supervisor module (#11841)Eksperimental2022-05-161-4/+3
* Update t:Supervisor.child_spec/0 to reflect specs in minimum supported OTP ve...Eksperimental2022-05-151-1/+3
* Improve t:Supervisor.child_spec/0 (#11835)Eksperimental2022-05-151-1/+1
* Clarify docs for Supervisor.start_link/2 (#11831)Eksperimental2022-05-151-5/+13
* Replace usage of "etc." (#11832)Eksperimental2022-05-151-2/+2
* Clarify value of :modules option, closes #11830José Valim2022-05-151-2/+5
* Remove trailing whitespace (#11782)John Bampton2022-04-251-1/+1
* fix typo in the supervisor docs (#11723)Mark McElroy2022-03-251-3/+3
* Adjust childspec documentation to note that DynamicSupervisor require the :id...Travis Griggs2022-02-231-4/+5
* Use a counter as Supervisor example for simplicityJosé Valim2022-01-291-130/+138
* Add PartitionSupervisor (#11468)José Valim2021-12-131-1/+1
* Fix spec for which_children, closes #11005José Valim2021-05-251-1/+1
* Fix typo in supervisor.ex (#10992)Keith Salisbury2021-05-201-1/+1
* Make child specification docs more accurate (#10267)Adriano Mitre2020-08-151-1/+1
* Revise use of Note and Notice verbs (#10264)Eksperimental2020-08-141-2/+2
* Inline types not exported from their erlang modules (#9976)Michał Łępicki2020-04-261-1/+2
* Fix supervisor docs (#9925)Luca Peppe2020-04-091-1/+1
* Add IO.warn_once/3 (#9782)Eric Meadows-Jönsson2020-02-051-2/+4
* Deprecate remaining supervisor APIJosé Valim2020-01-071-8/+6
* Do deprecation of Supervise.Spec in stepsJosé Valim2019-11-071-6/+1
* Updates on DynamicSupervisor.start_child/2 (#9434)Eksperimental2019-11-051-4/+4
* Add tests for spawn_opt being passed downstream and fix Supervisor specJosé Valim2019-10-211-6/+3
* Move map.ex to bootstrap (#9389)Eric Meadows-Jönsson2019-10-081-1/+1
* Fix type details in the child spec documentation (#9371)aweagel2019-09-281-3/+3
* :start cannot be customized on useJosé Valim2019-07-161-1/+0
* Use Module.has_attribute?/2 (#9214)Allen Madsen2019-07-141-1/+1
* Postpone deprecation start_child/terminate_child for simple_one_for_oneJosé Valim2019-06-141-6/+8
* Add v1.10-ready deprecationsJosé Valim2019-06-041-13/+28
* Fix function/arity surrounded by backticks not being linkedeksperimental2019-03-121-1/+1
* Supervisor.start_link/2 with a list of children cannot return ignoreJosé Valim2019-03-011-1/+2
* Use ID and not id (#8639)Eksperimental2019-01-161-3/+3
* Streamline supervisor docsJosé Valim2018-12-271-111/+89
* Move simple_one_for_one deprecations to v1.10José Valim2018-12-211-3/+3
* Replace quotation marks (#8505)Eksperimental2018-12-111-1/+1
* Update use of numbers as adjectives (#8309)Eksperimental2018-10-211-1/+1
* Add backticks around "set of `options`" (#8297)Eksperimental2018-10-201-1/+1
* Use "shut down" when it is a verb (#8269)Eksperimental2018-10-101-1/+1
* Allow child_spec function to be doc'ed through useJosé Valim2018-10-091-4/+10