|
HDK
|
#include "pxr/pxr.h"#include "pxr/base/tf/errorMark.h"#include "pxr/base/work/api.h"#include "pxr/base/work/dispatcher.h"#include "pxr/base/work/impl.h"#include <type_traits>#include <utility>
Include dependency graph for detachedTask.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| struct | Work_DetachedTask< Fn > |
Functions | |
| template<class Fn > | |
| void | WorkRunDetachedTask (Fn &&fn) |
| void WorkRunDetachedTask | ( | Fn && | fn | ) |
Invoke fn asynchronously, discard any errors it produces, and provide no way to wait for it to complete.
Definition at line 40 of file detachedTask.h.