Task Scheduler
Submitted by pbridger on Tue, 2006-04-18 03:17.
I created a TaskScheduler for game programming. A component to schedule game tasks is a central component of a sophisticated game engine.
It was mainly an experiment in Policy-based design, using code ripped out of my game engine and polished up.
Documentation can be found here: http://paulbridger.net/TaskScheduler/ (opens in new page/tab).
The distribution, including a demo project, can be found here: TaskScheduler_0_3.zip.
