Module epgpool_worker

Behaviours: gen_server, poolboy_worker.

Data Types

opts()

opts() = [{atom(), any()}]

Function Index

checkin/2
checkout/1
code_change/3
connect/1
handle_call/3
handle_cast/2
handle_info/2
init/1
kill/1
start_link/1
terminate/2

Function Details

checkin/2

checkin(Pid::pid(), Status::ok | error) -> ok

checkout/1

checkout(Pid::pid()) -> {ok, epgpool:connection()} | error

code_change/3

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

connect/1

connect(Opts::opts()) -> {ok, epgpool:connection()}

handle_call/3

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

handle_cast/2

handle_cast(Msg, State) -> any()

handle_info/2

handle_info(Info, State) -> any()

init/1

init(Opts) -> any()

kill/1

kill(Pid::pid()) -> ok

start_link/1

start_link(Opts) -> any()

terminate/2

terminate(Reason, State) -> any()


Generated by EDoc