Navigation Menu

Skip to content

iboard/state_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StateServer

Documentation Elixir CI

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}
  ]
end

Hex package

  • https://hex.pm/packages/ax_stateserver
  • Notice: the hex-package is named ax_stateserver where the mix-project is named just StateServer. This is because of a name clash of state_server on hex.pm.

About

Convenience macros for using GenServer without the boilerplate

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages