ThreadWeaver
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 1234]
CQList< T > | |
CQList< JobCollectionJobRunner * > | |
CQList< QueuePolicy * > | |
CQList< ThreadWeaver::Job * > | |
CQList< ThreadWeaver::Thread * > | |
▼CQObject | |
▼CThreadWeaver::Job | A Job is a simple abstraction of an action that is to be executed in a thread context |
▼CThreadWeaver::JobCollection | A JobCollection is a vector of Jobs that will be queued together |
CThreadWeaver::JobSequence | A JobSequence is a vector of Jobs that will be executed in a sequence |
CThreadWeaver::JobCollectionJobRunner | |
CThreadWeaver::JobRunHelper | |
▼CThreadWeaver::WeaverInterface | WeaverInterface provides a common interface for weaver implementations |
CThreadWeaver::Weaver | Public implementation of the WeaverInterface |
CThreadWeaver::WeaverImpl | A WeaverImpl is the manager of worker threads (Thread objects) to which it assigns jobs from its queue |
CThreadWeaver::WeaverObserver | Observers provides signals on some Weaver events that are otherwise only available through objects of different classes (threads, jobs) |
▼CQThread | |
CThreadWeaver::Thread | The class Thread is used to represent the worker threads in the weaver's inventory |
▼CThreadWeaver::QueuePolicy | QueuePolicy is an interface for customizations of the queueing behaviour of sets of jobs |
CThreadWeaver::DependencyPolicy | DependencyPolicy implements the way dependencies between Jobs are handled |
CThreadWeaver::ResourceRestrictionPolicy | ResourceRestrictionPolicy is used to limit the number of concurrent accesses to the same resource |
▼CThreadWeaver::State | We use a State pattern to handle the system state in ThreadWeaver |
▼CThreadWeaver::StateImplementation | Base class for all ThreadWeaver states |
CThreadWeaver::DestructedState | DestructedState is only active after the thread have been destroyed by the destructor, but before superclass destructors have finished |
CThreadWeaver::InConstructionState | InConstructionState handles the calls to the WeaverImpl object until the constructor has finished |
CThreadWeaver::ShuttingDownState | ShuttingDownState is enabled when the Weaver destructor is entered |
CThreadWeaver::SuspendedState | In SuspendedState, jobs are queued, but will not be executed |
CThreadWeaver::SuspendingState | SuspendingState is the state after suspend() has been called, but before all threads finished executing the current job and blocked |
CThreadWeaver::WorkingHardState |
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:48:53 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:48:53 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.