28 #ifndef PXTASK_PXCPUDISPATCHER_H    29 #define PXTASK_PXCPUDISPATCHER_H    79 #endif // PXTASK_PXCPUDISPATCHER_H Definition: GuContactBuffer.h:37
 
Base class of all task types. 
Definition: PxTask.h:44
 
virtual uint32_t getWorkerCount() const =0
Returns the number of available worker threads for this dispatcher. 
 
virtual void submitTask(PxBaseTask &task)=0
Called by the TaskManager when a task is to be queued for execution. 
 
virtual ~PxCpuDispatcher()
Definition: PxCpuDispatcher.h:74
 
A CpuDispatcher is responsible for scheduling the execution of tasks passed to it by the SDK...
Definition: PxCpuDispatcher.h:49