Ehelper.Counter (Ehelper v0.2.9)

View Source

Agent helper

https://hexdocs.pm/elixir/Agent.html

In fact Agent is very simple GenServer based process with some handy state get-and-update utilities!

Summary

Functions

Returns a specification to start this module under a supervisor.

n()

Functions

child_spec(arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

n()

next()

pid()

start_link(init_value \\ 0)

state()

val()

value()