ThreadWeaver
lambda.h
17/** @brief Lambda is a template that takes any type on which operator() is available, and executes it in run(). */
void run(JobPointer, Thread *) override
The method that actually performs the job.
Definition lambda.h:28
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:57:09 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:57:09 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.