Code::Blocks  SVN r11506
Classes
cbthreadpool.h File Reference
#include <wx/thread.h>
#include <wx/event.h>
#include <vector>
#include <list>
#include "cbthreadedtask.h"
#include "settings.h"
#include "prep.h"
Include dependency graph for cbthreadpool.h:
This graph shows which files directly or indirectly include this file:

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...