Copyright © 2011-2014 Michael Truog
Version: 1.3.3 Apr 12 2015 20:34:50 ------------------------------------------------------------------------
Behaviours: gen_server.
Authors: Michael Truog (mjtruog [at] gmail (dot) com).
code_change/3 | |
get/1 | |
handle_call/3 | |
handle_cast/2 | |
handle_info/2 | |
init/1 | |
start_link/4 | |
terminate/2 |
code_change(X1, State, X3) -> any()
get(Name) -> any()
handle_call(Request, X2, State) -> any()
handle_cast(Request, State) -> any()
handle_info(Request, State) -> any()
init(X1) -> any()
start_link(Name, ChildSpecs, Supervisor, Parent) -> any()
terminate(X1, X2) -> any()
Generated by EDoc, Apr 12 2015, 20:34:50.