ThreadWeaver C++ Classes

ThreadWeaver is a helper for multithreaded programming. It uses a job-based interface to queue tasks and execute them in an efficient way. More...

Namespaces

Classes

ThreadWeaver::AbortThread

ThreadWeaver::Collection

A Collection is a vector of Jobs that will be queued together. In a Collection, the order of execution of the elements is not specified

ThreadWeaver::Dependency

ThreadWeaver::DependencyPolicy

Implements execution-time dependencies dependencies between Jobs

ThreadWeaver::Exception

ThreadWeaver::IdDecorator

Decorates a job without changing it's behaviour

ThreadWeaver::JobAborted

ThreadWeaver::JobFailed

ThreadWeaver::JobInterface

ThreadWeaver::QObjectDecorator

ThreadWeaver::Queue

Implements a ThreadWeaver job queue

ThreadWeaver::Queue::GlobalQueueFactory

Interface for the global queue factory

ThreadWeaver::QueueInterface

WeaverInterface provides a common interface for weaver implementations

ThreadWeaver::QueuePolicy

Interface for customizations of the queueing behaviour of jobs

ThreadWeaver::QueueStream

Implements a stream based API to access ThreadWeaver queues

ThreadWeaver::ResourceRestrictionPolicy

Used to limit the number of concurrent accesses to the same resource

ThreadWeaver::Sequence

A Sequence is a vector of Jobs that will be executed in a sequence

ThreadWeaver::State

We use a State pattern to handle the system state in ThreadWeaver

ThreadWeaver::Thread

Represents a worker thread in a Queue's inventory

ThreadWeaver::Weaver

A Weaver manages worker threads

ThreadWeaver::WeaverInterface

Detailed Description