Thread-pool operational states.
Declared in <bdlmt_fixedthreadpool.h>
enum Unnamed enum;
| Name | Description |
|---|---|
e_STOP | The thread pool is stopped. |
e_RUN | The thread pool is running. |
e_SUSPEND | The thread pool is suspended. |
e_DRAIN | The thread pool is draining. |
BCEP_STOP [deprecated] | Deprecated alias for e_STOP. |
BCEP_RUN [deprecated] | Deprecated alias for e_RUN. |
BCEP_SUSPEND [deprecated] | Deprecated alias for e_SUSPEND. |
BCEP_DRAIN [deprecated] | Deprecated alias for e_DRAIN. |