Go to the source code of this file.
|
namespace | Divide |
| Handle console commands that start with a forward slash.
|
|
|
template<class Predicate > |
Task * | Divide::CreateTask (Predicate &&threadedFunction, bool allowedInIdle=true) |
|
template<class Predicate > |
Task * | Divide::CreateTask (Task *parentTask, Predicate &&threadedFunction, bool allowedInIdle=true) |
|
void | Divide::Parallel_For (TaskPool &pool, const ParallelForDescriptor &descriptor, const DELEGATE< void, const Task *, U32, U32 > &cbk) |
|
◆ DVD_TASK_POOL_H_