11#ifndef SuspendedState_H
12#define SuspendedState_H
15#include "weaverimplstate.h"
In SuspendedState, jobs are queued, but will not be executed.
Definition suspendedstate.h:22
void suspend() override
Suspend job processing.
void resume() override
Resume job processing.
StateId stateId() const override
reimpl
JobPointer applyForWork(Thread *th, bool wasBusy) override
Assign a job to an idle thread.
Thread represents a worker thread in a Queue's inventory.
Definition thread.h:28
Base class for all WeaverImpl states.
Definition weaverimplstate.h:21
Weaver * weaver() override
Provide correct return type for WeaverImpl states.
A Weaver manages worker threads.
Definition weaver.h:35