Module spillway_srv

Behaviours: gen_server.

Function Index

code_change/3
cur/1
enter/3
handle_call/3
handle_cast/2
handle_info/2
init/1
leave/2
start_link/0
state/0
terminate/2

Function Details

code_change/3

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

cur/1

cur(Name::term()) -> non_neg_integer()

enter/3

enter(Name::term(), Size::non_neg_integer(), Limit::non_neg_integer()) -> false | {true, non_neg_integer()}

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(Args) -> any()

leave/2

leave(Name::term(), Size::non_neg_integer()) -> non_neg_integer()

start_link/0

start_link() -> any()

state/0

state() -> [term()]

terminate/2

terminate(Reason, State) -> any()


Generated by EDoc