Update ThreadPool.h

This commit is contained in:
alexey-milovidov 2018-12-07 07:13:50 +03:00 committed by GitHub
parent c5e88307c4
commit 7030b9be00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,6 +58,8 @@ private:
void worker();
};
/// Allows to save first catched exception in jobs and postpone its rethrow.
class ExceptionHandler
{
public: