PQRST  1.2
Priority Queue for Running Simple Tasks
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
 CFunctionTaskA task which runs a supplied function at a given time
 CLoopTaskA Task which will automatically reschedule itself after it is run
 CMaintenanceTaskThere are a few ‘maintenance tasks’ on the queue, placed there by the queueing system
 CSleeperTaskA sleeper task is one which will run only when a given condition is true
 CTaskA Task represents a block of code to be executed at some point in the future
 CTaskQueueA priority queue of Tasks