elixir-vision / picam

Elixir library used to capture MJPEG video on a Raspberry Pi using the camera module.
Other
122 stars 27 forks source link

Support Elixir 1.5 automatic GenServer child_spec #28

Closed GregMefford closed 6 years ago

GregMefford commented 6 years ago

This change allows the Elixir 1.5-style built-in GenServer.child_spec to work, because it passes in an empty list instead of no parameters to the start_link by default.

https://elixir-lang.org/blog/2017/07/25/elixir-v1-5-0-released/#streamlined-child-specs