┌─┐┬ ┬┌┐┌┌─┐┌─┐┬ ┬┌─┐┌┬┐┬ ┬┬ ┌─┐┬─┐
├┤ │ ││││└─┐│ ├─┤├┤ │││ ││ ├┤ ├┬┘
└ └─┘┘└┘└─┘└─┘┴ ┴└─┘─┴┘└─┘┴─┘└─┘┴└─
Time based function execution scheduler
use ;
Time configurations with the Timing Enum
Seconds
Minutes
Hours
Days
Job runners, different methods to execute the function
// Evaluates a function at specified intervals, starting now
interval
// Evaluates a function at specified intervals, does not execute
// the function immedialy
rinterval
// Execute function once after a specified amount of time
after
⧉