Module echc_srv

Behaviours: gen_server.

Function Index

get/2
set/3
start_link/2Spawns the server and registers the local name (unique).

Function Details

get/2

get(Server, Key) -> any()

set/3

set(Server, Key, Value) -> any()

start_link/2

start_link(Name::atom(), Getter::fun((term()) -> term())) -> {ok, Pid::pid()} | ignore | {error, Reason::term()}

Spawns the server and registers the local name (unique)


Generated by EDoc