HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
parallelTaskSync.h File Reference
#include "pxr/pxr.h"
#include "pxr/exec/vdf/api.h"
#include "pxr/exec/vdf/parallelTaskWaitlist.h"
#include "pxr/base/work/taskGraph.h"
#include <atomic>
#include <cstdint>
#include <memory>
+ Include dependency graph for parallelTaskSync.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  VdfParallelTaskSync
 Instances of this class are used to synchronize dynamic, acyclic task graphs, allowing tasks to claim dependents for processing. Methods on this class are thread-safe unless specifically called out to not be thread-safe. More...