#include <Algorithms.h>
Public Member Functions | |
| simple_partitioner (Internal::ParallelIndexType chunkSize) | |
| Internal::ParallelIndexType | GetNumChunks (Internal::ParallelIndexType numElementsToProcess, JobContext *jobContext) const | 
Public Attributes | |
| Internal::ParallelIndexType | m_chunkSize | 
Static Public Attributes | |
| static const bool | s_isSpawnAssistJob = false | 
You control the chunk size (number of jobs spawned, since we do one per chunk), no assisting jobs are spawned