Module taran_socket_holder

Behaviours: gen_server.

Function Index

code_change/3
code_reload/0
handle_call/3
handle_cast/2
handle_info/2
init/1
req/2
req/3
start_link/1
terminate/2

Function Details

code_change/3

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

code_reload/0

code_reload() -> any()

handle_call/3

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

handle_cast/2

handle_cast(Req, State) -> any()

handle_info/2

handle_info(Message, State) -> any()

init/1

init(Args) -> any()

req/2

req(Pid, Req) -> any()

req/3

req(Pid, Req, Timeout) -> any()

start_link/1

start_link(Args) -> any()

terminate/2

terminate(Reason, State) -> any()


Generated by EDoc