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.
- Host: GitHub
- URL: https://github.com/pertsevds/supervised_server
- Owner: pertsevds
- License: apache-2.0
- Created: 2023-08-24T14:07:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-01T06:20:11.000Z (over 1 year ago)
- Last Synced: 2025-02-20T06:40:54.106Z (10 months ago)
- Topics: elixir
- Language: Elixir
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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