Go to the source code of this file.
|
class | Threads::WorkManager |
| Takes work and puts it on a queue for execution either in parallel, singlethread or manual. More...
|
|
class | Threads::Work |
| The abstraction of something that can be done. It can be an ordinary CallBack, a static function (must return bool) or a TaskFunction on a CallBackerinheriting class, or a Task. The three examples are shown below. More...
|
|
|
| Threads |
| interface to threads that should be portable.
|
|
typedef bool(* StaticTaskFunction) () |
typedef bool(CallBacker::* TaskFunction) () |