knowL: Knowledge Libraries
|
#include <AsynchronousFunction.h>
Public Member Functions | |
AsynchronousFunction (const std::function< void(_Args_...)> &_function, QThread *_thread) | |
void | operator() (_Args_... _args) |
Execute a std::function inside a QThread using a QueuedConnection slot
|
inline |
Call the function asynchronously