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