HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_TaskList.h File Reference
#include "UT_Array.h"
#include "UT_Assert.h"
#include "UT_Function.h"
#include "UT_TaskScope.h"
#include "UT_Thread.h"
#include <SYS/SYS_Deprecated.h>
#include <tbb/parallel_for.h>
#include <tbb/task_group.h>
#include <type_traits>
#include <utility>
+ Include dependency graph for UT_TaskList.h:

Go to the source code of this file.

Classes

class  UT_TaskList
 

Functions

template<typename RANGE , typename BODY >
void UTparallelForAppendToTaskList (UT_TaskList &task_list, RANGE &&range, BODY &&body)
 

Function Documentation

template<typename RANGE , typename BODY >
void UTparallelForAppendToTaskList ( UT_TaskList task_list,
RANGE &&  range,
BODY &&  body 
)

Append a UTparallelFor() task to a UT_TaskList for later spawning en masse.

See Also
UTparallelFor(), UT_TaskList

Definition at line 83 of file UT_TaskList.h.