Module mod_cron

Periodic tasks and ticks for other modules.

Copyright © 2017 Marc Worrell

Behaviours: gen_server.

Authors: Marc Worrell (marc@worrell.nl).

Description

Periodic tasks and ticks for other modules.

Function Index

code_change/3
handle_call/3
handle_cast/2
handle_info/2
init/1
start_link/1
terminate/2

Function Details

code_change/3

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

handle_call/3

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

handle_cast/2

handle_cast(Msg, State) -> any()

handle_info/2

handle_info(X1, State) -> any()

init/1

init(Site) -> any()

start_link/1

start_link(Args) -> any()

terminate/2

terminate(Reason, State) -> any()


Generated by EDoc