Raised when a thread unrelated to a WorkPool attempts to interact with the WorkPool. More...
Raised when a thread unrelated to a WorkPool attempts to interact with the WorkPool.
Only the thread that called the constructor, and the threads created by the WorkPool can interact with it.
Definition at line 10 of file workpool.py.