Module yapp_server

Behaviours: gen_server.

Function Index

code_change/3
handle_call/3
handle_cast/2
handle_info/2
init/1
start_link/2
terminate/2

Function Details

code_change/3

code_change(OldVsn, State, Extra) -> term()

handle_call/3

handle_call(Request, From, State) -> term()

handle_cast/2

handle_cast(Msg, State) -> term()

handle_info/2

handle_info(Info, State) -> term()

init/1

init(X1) -> term()

start_link/2

start_link(Name, YappRegistry) -> term()

terminate/2

terminate(Reason, State) -> term()