A Roblox-compatible task library for Luwow-Project.
This repository is not stand-alone. You must build it externally from within another repository like https://github.com/Luwow-Project/Release
This project contains the sources for Luwow Task library and the executable runscriptwithtasklib.
This library requires the external library libuv as a dependency, add it to your CMakeLists.txt file using LIBUV_ROOT.
Resumes a function/thread through the scheduler immediately.
Resumes a function/thread through the scheduler in the next resumption cycle.
Resumes a function/thread through the scheduler after t seconds.
Yields the thread for t seconds, and returns the actual elapsed time.
Cancels a pending thread, preventing it from being resumed manually or by the scheduler.