An open API service indexing awesome lists of open source software.

https://github.com/pertsevds/supervised_server

SupervisedServer is a start_link/1 + GenServer behaviour.
https://github.com/pertsevds/supervised_server

elixir

Last synced: 10 months ago
JSON representation

SupervisedServer is a start_link/1 + GenServer behaviour.

Awesome Lists containing this project

README

          

# SupervisedServer

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

SupervisedServer is a start_link/1 + GenServer behaviour.

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `supervised_server` to your list of dependencies in `mix.exs`:

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

## Documentation