Module prfDog

Behaviours: gen_server.

Function Index

code_change/3
collect/1
config/2
handle_call/3
handle_cast/2
handle_info/2
init/1
quit/0
state/0
terminate/2

Function Details

code_change/3

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

collect/1

collect(LD) -> any()

config/2

config(LD, X2) -> any()

handle_call/3

handle_call(X1, X2, LD) -> any()

handle_cast/2

handle_cast(What, State) -> any()

handle_info/2

handle_info(Msg, LD) -> any()

init/1

init(X1) -> any()

quit/0

quit() -> any()

state/0

state() -> any()

terminate/2

terminate(Reason, State) -> any()


Generated by EDoc