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