weaverextensions.h
The class Thread is used to represent the worker threads in the weaver's inventory.
Definition: weaver.h:250
A WeaverExtension can be attached to an existing Weaver object and will then receive signals on actio...
Definition: weaverextensions.h:33
void attach(Weaver *)
Attach() is a convenience method that will connect all our slots to signals emitted by the weaver.
Definition: weaverextensions.cpp:26
A weaver is the manager of worker threads (Thread objects) to which it assigns jobs from it's queue.
Definition: weaver.h:297