Behaviours: gen_server.
insert_counter/3 | |
list/1 | |
lookup_element/2 | |
reset_counters/2 | |
start_link/1 | Starts the server. |
update_counter/3 |
insert_counter(Server, Counter, Value) -> any()
list(Server) -> any()
lookup_element(Server, Term) -> any()
reset_counters(Server, Counter) -> any()
start_link(Name) -> {ok, Pid} | ignore | {error, Error}
Starts the server
update_counter(Server, Counter, Value) -> any()
Generated by EDoc