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
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 | |
Implements execution-time dependencies dependencies between Jobs | |
Decorates a job without changing it's behaviour | |
Implements a ThreadWeaver job queue | |
Interface for the global queue factory | |
WeaverInterface provides a common interface for weaver implementations | |
Interface for customizations of the queueing behaviour of jobs | |
Implements a stream based API to access ThreadWeaver queues | |
Used to limit the number of concurrent accesses to the same resource | |
A Sequence is a vector of Jobs that will be executed in a sequence | |
We use a State pattern to handle the system state in ThreadWeaver | |
Represents a worker thread in a Queue's inventory | |
A Weaver manages worker threads | |