HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
detachedTask_impl.h File Reference
#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_DispatcherWorkTBB_GetDetachedDispatcher ()
 
WORK_API void WorkTBB_EnsureDetachedTaskProgress ()
 
template<class Fn >
void WorkImpl_RunDetachedTask (Fn &&fn)
 

Function Documentation

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 void WorkTBB_EnsureDetachedTaskProgress ( )
WORK_API WorkImpl_Dispatcher& WorkTBB_GetDetachedDispatcher ( )