ThreadWeaver
lambda.h
Lambda is a template that takes any type on which operator() is available, and executes it in run().
Definition: lambda.h:19
A Job is a simple abstraction of an action that is to be executed in a thread context.
Definition: job.h:46
void run(JobPointer, Thread *) override
The method that actually performs the job.
Definition: lambda.h:28
Thread represents a worker thread in a Queue's inventory.
Definition: thread.h:27
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Fri Sep 22 2023 04:03:25 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Fri Sep 22 2023 04:03:25 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.