Reason a task submission was rejected by the pool.
Declared in <util/threadpool.h>
enum class SubmitError : int;
| Name | Description |
|---|---|
Inactive | The pool has no workers (never started or already stopped). |
Interrupted | Task acceptance has been interrupted (shutdown in progress). |
| Name | Description |
|---|---|
::SubmitErrorString | Returns a human-readable description of a task submission error. |