SubmitErrorString

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

NameDescription
errthe submission error to describe