Returns a human-readable description of a task submission error.
Declared in <util/threadpool.h>
constexpr
std::string_view
SubmitErrorString(ThreadPool::SubmitError const err) noexcept;
a short static message describing err
| Name | Description |
|---|---|
| err | the submission error to describe |