ThreadWeaver
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
▼NThreadWeaver | |
CDependencyPolicy | DependencyPolicy implements the way dependencies between Jobs are handled |
CDestructedState | DestructedState is only active after the thread have been destroyed by the destructor, but before superclass destructors have finished |
CInConstructionState | InConstructionState handles the calls to the WeaverImpl object until the constructor has finished |
CJob | A Job is a simple abstraction of an action that is to be executed in a thread context |
CJobCollection | A JobCollection is a vector of Jobs that will be queued together |
CJobCollectionJobRunner | |
CJobRunHelper | |
CJobSequence | A JobSequence is a vector of Jobs that will be executed in a sequence |
CQueuePolicy | QueuePolicy is an interface for customizations of the queueing behaviour of sets of jobs |
CResourceRestrictionPolicy | ResourceRestrictionPolicy is used to limit the number of concurrent accesses to the same resource |
CShuttingDownState | ShuttingDownState is enabled when the Weaver destructor is entered |
CState | We use a State pattern to handle the system state in ThreadWeaver |
CStateImplementation | Base class for all ThreadWeaver states |
CSuspendedState | In SuspendedState, jobs are queued, but will not be executed |
CSuspendingState | SuspendingState is the state after suspend() has been called, but before all threads finished executing the current job and blocked |
CThread | The class Thread is used to represent the worker threads in the weaver's inventory |
CWeaver | Public implementation of the WeaverInterface |
CWeaverImpl | A WeaverImpl is the manager of worker threads (Thread objects) to which it assigns jobs from its queue |
CWeaverInterface | WeaverInterface provides a common interface for weaver implementations |
CWeaverObserver | Observers provides signals on some Weaver events that are otherwise only available through objects of different classes (threads, jobs) |
CWorkingHardState |
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:23:33 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:23:33 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.