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

Synopsis

Declared in <util/threadpool.h>

constexpr
std::string_view
SubmitErrorString(ThreadPool::SubmitError const err) noexcept;

Return Value

a short static message describing err

Parameters

Name

Description

err

the submission error to describe

Created with MrDocs