Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sanjosolutions/luascheduling

A library for scheduling.
https://github.com/sanjosolutions/luascheduling

wow wow-addon wow-addon-lib

Last synced: 22 days ago
JSON representation

A library for scheduling.

Awesome Lists containing this project

README

        

# Scheduling

A library for scheduling. This library can save add-on developers some work.

**Functions included:**

* **Scheduling.doEachFrame**: a function for registering a function that is run each frame (via "OnUpdate"). The function also returns a table with the method "Cancel", that can be called to cancel the running of the previously registered function.