Skip to content

Files

Latest commit

182e1df · Apr 1, 2024

History

History
22 lines (15 loc) · 463 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 463 Bytes

SupervisedServer

The SupervisedServer module simplifies the start-up of supervised GenServers.

SupervisedServer is a start_link/1 + GenServer behaviour.

Installation

If available in Hex, the package can be installed by adding supervised_server to your list of dependencies in mix.exs:

def deps do
  [
    {:supervised_server, "~> 0.1.0"}
  ]
end

Documentation

https://hexdocs.pm/supervised_server