|
Code::Blocks
SVN r11506
|
#include <wx/thread.h>#include <wx/event.h>#include <vector>#include <list>#include "cbthreadedtask.h"#include "settings.h"#include "prep.h"Go to the source code of this file.
Classes | |
| class | cbThreadPool |
| A Thread Pool implementation. More... | |
| class | cbThreadPool::CountedPtr< T > |
| Josuttis' implementation of CountedPtr. More... | |
| class | cbThreadPool::cbWorkerThread |
| A Worker Thread class. More... | |
| struct | cbThreadPool::cbThreadedTaskElement |
| All tasks are added to one of these. It'll also save the autodelete value. More... | |
1.8.13