Copyright © (C) 2017, AdRoll
Behaviours: gen_server.
state() = #state{}
| current/0 | |
| handle_call/3 | |
| handle_cast/2 | |
| handle_info/2 | |
| init/1 | |
| invalidate/0 | |
| start_link/0 | |
| terminate/2 |
current() -> any()
handle_call(Request::term(), From::term(), State::state()) -> {reply, ok | {error, not_implemented}, state()}
init(X1::noargs) -> {ok, state()} | {stop, term()}
invalidate() -> any()
start_link() -> any()
terminate(Reason::term(), State::state()) -> ok
Generated by EDoc