asobi_season_manager (asobi v0.35.4)

View Source

Summary

Functions

handle_call(Request, 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() -> gen_server:start_ret().

terminate(Reason, State)

-spec terminate(term(), map()) -> ok.