Thread‐pool operational states.
Synopsis
Declared in <bdlmt_fixedthreadpool.h>
enum Unnamed enum;
Members
Name |
Description |
|
The thread pool is stopped. |
|
The thread pool is running. |
|
The thread pool is suspended. |
|
The thread pool is draining. |
|
Deprecated alias for |
|
Deprecated alias for |
|
Deprecated alias for |
|
Deprecated alias for |
Created with MrDocs