README.md
GenServerAsync [](https://travis-ci.org/Kr00lIX/gen_server_async)
[](https://hex.pm/packages/gen_server_async)
[](https://coveralls.io/github/Kr00lIX/gen_server_async?branch=master)
============
## Installation
It's available in Hex, the package can be installed as:
Add `gen_server_async` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:gen_server_async, "~> 0.0.1"}]
end
```
Documentation can be found at [https://hexdocs.pm/gen_server_async](https://hexdocs.pm/gen_server_async/).
## License
This software is licensed under [the MIT license](LICENSE.md).