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