Module metamodule

Function Index

handle_call/3
handle_info/2
init/1
new_fun/1
new_module/1
start_link/1
terminate/2

Function Details

handle_call/3

handle_call(X1, From, State) -> any()

handle_info/2

handle_info(X1, State) -> any()

init/1

init(X1) -> any()

new_fun/1

new_fun(ServerPid) -> any()

new_module/1

new_module(Name) -> any()

start_link/1

start_link(Name) -> any()

terminate/2

terminate(Reason, LoopData) -> any()


Generated by EDoc