Reason a task submission was rejected by the pool.

Synopsis

Declared in <util/threadpool.h>

enum class SubmitError : int;

Members

Name

Description

Inactive

The pool has no workers (never started or already stopped).

Interrupted

Task acceptance has been interrupted (shutdown in progress).

Non-Member Functions

Name

Description

::SubmitErrorString

Returns a human‐readable description of a task submission error.

Created with MrDocs