ThreadWeaver
JobCollection_p.h
Go to the documentation of this file.
bool canBeExecuted()
canBeExecuted() returns true if all the jobs queue policies agree to it.
Definition JobCollection.cpp:58
void aboutToBeDequeued(WeaverInterface *weaver)
This Job is about the be dequeued from the weaver's job queue.
Definition JobCollection.cpp:73
JobCollectionJobRunner(JobCollection *collection, Job *payload, QObject *parent)
Definition JobCollection.cpp:43
void aboutToBeQueued(WeaverInterface *weaver)
The job is about to be added to the weaver's job queue.
Definition JobCollection.cpp:68
A JobCollection is a vector of Jobs that will be queued together.
Definition JobCollection.h:50
A Job is a simple abstraction of an action that is to be executed in a thread context.
Definition Job.h:66
The class Thread is used to represent the worker threads in the weaver's inventory.
Definition Thread.h:47
WeaverInterface provides a common interface for weaver implementations.
Definition WeaverInterface.h:61
Definition DebuggingAids.h:51
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Wed Jan 24 2024 00:00:00 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Wed Jan 24 2024 00:00:00 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.