You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple C++ task scheduler that enables running functions after a delay, with support for one-time or recurring tasks and priority handling.
It's designed for modularity, easy extensibility, and future integration with a multithreaded task pool.