couch_ref_counter

Functions


add(RefCounterPid) -> term()

add(RefCounterPid, Pid) -> term()

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

count(RefCounterPid) -> term()

drop(RefCounterPid) -> term()

drop(RefCounterPid, Pid) -> term()

handle_call(X1, From, Srv) -> term()

handle_cast(Msg, Srv) -> term()

handle_info(X1, Srv) -> term()

init(X1) -> term()

start(ChildProcs) -> term()

terminate(Reason, Srv) -> term()

View Functions