Loading...
Searching...
No Matches
detachedTask.h File Reference
+ 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.
 

Function Documentation

◆ WorkRunDetachedTask()

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 62 of file detachedTask.h.