Block until all work has completed.

Synopsis

Declared in <mrdocs/Support/Concurrency/ThreadPool.hpp>

[[nodiscard]]
std::vector<Error>
wait();

Return Value

Zero or more errors which were thrown from submitted work.

Note

The return value should not be discarded.

Created with MrDocs