Task reactor for Lua and Teal, used to schedule and run tasks

$ luarocks install mako

* Designed to work with Love 2D, but can work with any event loop.
* Schedule functions to run after a delay.
* Schedule functions to run at a fixed interval.
* Schedule and run coroutines.
* Schedule tasks that run until they decide to stop.
* Can explicitly remove tasks.

Versions

0.1.0-15 days ago0 downloads

Dependencies

lua >= 5.1

Manifests