Oxygen
Named GenServer
Installation
The package can be installed as:
-
Add
oxygento your list of dependencies inmix.exs:
```elixir
def deps do
[{:oxygen, "~> 0.1.0"}]
end
```-
Ensure
oxygenis started before your application:
```elixir
def application do
[applications: [:oxygen]]
end
```