MLIB
Loading...
Searching...
No Matches
mlib::ThreadDerived Concept Reference

Specialization of wait functions for threads, re-throw any exceptions that might have occurred during thread execution. More...

#include <thread.h>

Concept definition

template<typename T>
concept mlib::ThreadDerived = std::derived_from<T, mlib::thread>
Specialization of wait functions for threads, re-throw any exceptions that might have occurred during...
Definition thread.h:213

Detailed Description

Specialization of wait functions for threads, re-throw any exceptions that might have occurred during thread execution.

Only the first exception is re-thrown.