https://github.com/merwan/thy_supervisor
Building your own supervisor in Elixir - taken from https://www.manning.com/books/the-little-elixir-and-otp-guidebook
https://github.com/merwan/thy_supervisor
elixir supervisor
Last synced: 17 days ago
JSON representation
Building your own supervisor in Elixir - taken from https://www.manning.com/books/the-little-elixir-and-otp-guidebook
- Host: GitHub
- URL: https://github.com/merwan/thy_supervisor
- Owner: merwan
- Created: 2020-04-26T22:53:18.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-27T20:26:26.000Z (about 6 years ago)
- Last Synced: 2025-01-10T20:22:40.971Z (over 1 year ago)
- Topics: elixir, supervisor
- Language: Elixir
- Homepage: https://www.manning.com/books/the-little-elixir-and-otp-guidebook
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ThySupervisor
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `thy_supervisor` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:thy_supervisor, "~> 0.1.0"}
]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/thy_supervisor](https://hexdocs.pm/thy_supervisor).