mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
Update ThreadPool.h
This commit is contained in:
parent
c5e88307c4
commit
7030b9be00
@ -58,6 +58,8 @@ private:
|
||||
void worker();
|
||||
};
|
||||
|
||||
|
||||
/// Allows to save first catched exception in jobs and postpone its rethrow.
|
||||
class ExceptionHandler
|
||||
{
|
||||
public:
|
||||
|
Loading…
Reference in New Issue
Block a user