exmud v0.0.1 Exmud.System.Scheduler

Manages the lifecycle of scheduled tasks. Scheduled tasks can come in the form of one time actions scheduled to be executed at some point in time or periodic tasks which must be run multiple times.

Summary

Functions

Acts as the main loop of the server. All handle_* callbacks must return a timeout with each reply in order to make this work

Functions

handle_into(atom, state)

Acts as the main loop of the server. All handle_* callbacks must return a timeout with each reply in order to make this work.

start_link(env)