mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Remove BEAST_CATCH_UNHANDLED_EXCEPTIONS
This commit is contained in:
@@ -332,11 +332,7 @@ bool ThreadPool::runNextJob()
|
||||
|
||||
ThreadPoolJob::JobStatus result = ThreadPoolJob::jobHasFinished;
|
||||
|
||||
BEAST_TRY
|
||||
{
|
||||
result = job->runJob();
|
||||
}
|
||||
BEAST_CATCH_ALL_ASSERT
|
||||
result = job->runJob();
|
||||
|
||||
OwnedArray<ThreadPoolJob> deletionList;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user