mrdocs::ExecutorGroupBase::wait
Block until all work has completed.
Synopsis
Declared in <mrdocs/Support/ExecutorGroup.hpp>
[[nodiscard]]
std::vector<Error>
wait() noexcept;
Return Value
Zero or more errors which were thrown from submitted work.
Created with MrDocs