Latest · Journey · Apr 11, 2025
Building a tiny Header-only task scheduler library that runs c++ lambda functions after a delay
Getting straight to the point - it takes the functions, adds them to queue and executes them after their timer expires. when a task is added using add() function, it returns a cancellation token to the caller which can be used later to cancel the task execution before it is started