ORIGINAL
|
Thread pool and task management utilities. More...
#include "async.h"
#include "atomic.h"
#include "queue.h"
#include "refCntPtr.h"
#include "array.h"
#include "prique.h"
#include "vector.h"
Go to the source code of this file.
Classes | |
class | original::taskDelegator |
Thread pool for managing and executing prioritized tasks. More... | |
Namespaces | |
namespace | original |
Main namespace for the project Original. | |
Thread pool and task management utilities.
This header defines the taskDelegator
class, which provides a managed thread pool with support for prioritized tasks, deferred execution, and futures.
The file also defines:
taskDelegator::taskBase
: abstract base class for taskstaskDelegator::task<TYPE>
: concrete task wrapper with future/promise supportFeatures: