asobi_guest_reaper (asobi v0.72.5)

View Source

Summary

Functions

cached_unlinked_count()

-spec cached_unlinked_count() -> non_neg_integer() | unknown.

handle_call(Req, From, State)

-spec handle_call(term(), gen_server:from(), map()) -> {reply, term(), map()}.

handle_cast(Msg, State)

-spec handle_cast(term(), map()) -> {noreply, map()}.

handle_info(Info, State)

-spec handle_info(term(), map()) -> {noreply, map()}.

init(_)

-spec init([]) -> {ok, map()}.

start_link()

-spec start_link() -> {ok, pid()} | {error, term()}.

sweep_now()

-spec sweep_now() -> {ok, non_neg_integer()}.