|
HDK
|
#include <tbb/blocked_range.h>#include "pxr/base/work/workTBB/dispatcher_impl.h"#include "pxr/base/work/api.h"#include <tbb/task.h>#include <type_traits>#include <utility>
Include dependency graph for detachedTask_impl.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| WORK_API WorkImpl_Dispatcher & | WorkTBB_GetDetachedDispatcher () |
| WORK_API void | WorkTBB_EnsureDetachedTaskProgress () |
| template<class Fn > | |
| void | WorkImpl_RunDetachedTask (Fn &&fn) |
|
inline |
Invoke fn asynchronously, discard any errors it produces, and provide no way to wait for it to complete.
Definition at line 36 of file detachedTask_impl.h.
| WORK_API WorkImpl_Dispatcher& WorkTBB_GetDetachedDispatcher | ( | ) |