![]() |
|
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.
Functions | |
| template<class Fn > | |
| void | WorkRunDetachedTask (Fn &&fn) |
Invoke fn asynchronously, discard any errors it produces, and provide no way to wait for it to complete. | |
| 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.