PQRST
1.0
Priority Queue for Running Simple Tasks
|
▼CTask | A Task represents a block of code to be executed at some point in the future |
▼CLoopTask | A Task which will automatically reschedule itself after it is run |
CFunctionTask | A task which runs a supplied function at a given time |
CMaintenanceTask | There are a few ‘maintenance tasks’ on the queue, placed there by the queueing system |
CTaskQueue | A priority queue of Tasks |