AsyncLauncher(QThread *thread, QObject *ptr=nullptr)
AsyncLauncher This is base constructor of the AsyncLauncher object.
bool run(const Job &action, bool wait=false)
run This method run the action function in the work thread of this object.
The Async class This is bundle of async templates and async wrappers.
std::function< bool()> Job
bool asyncLauncher(const Job &job, bool await=false, bool freaze=true) const
asyncLauncher This method invoke a job on the thread (using the asyncHandler method) of this object.
The QH namespace - QuasarApp Heart namespace. This namespace contains all classes of the Heart librar...