StateServer
A simple wrapper around GenServer.
There is a lot of annoying boilerplate when you're about to use GenServer. This project brings you some macro-sugar to simplify your GenServers and get rid of all that boilerplate.
Installation
It's available in Hex, the package can be installed
by adding ax_stateserver to your list of dependencies in mix.exs:
def deps do
[
{:state_server, "~> 0.1.0", hex: :ax_stateserver}
]
endHex package
- https://hex.pm/packages/ax_stateserver
-
Notice: the hex-package is named
ax_stateserverwhere the mix-project is named justStateServer. This is because of a name clash ofstate_serveron hex.pm.