Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/sanjosolutions/luascheduling
- Owner: SanjoSolutions
- License: unlicense
- Created: 2022-12-22T22:02:40.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-01T17:16:39.000Z (about 1 year ago)
- Last Synced: 2024-05-01T19:25:54.133Z (8 months ago)
- Topics: wow, wow-addon, wow-addon-lib
- Language: Lua
- Homepage: https://www.patreon.com/addons_by_sanjo
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.