From 4e2efa1051e3eb86ab48d92b3f6ad5896cda5d81 Mon Sep 17 00:00:00 2001 From: Dan Engelbrecht Date: Fri, 16 May 2025 19:51:36 +0200 Subject: parallel work handle dispatch exception (#400) - Bugfix: Wait for async threads if dispatching of work using ParallellWork throws exception --- src/zenutil/zenutil.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/zenutil/zenutil.cpp') diff --git a/src/zenutil/zenutil.cpp b/src/zenutil/zenutil.cpp index aff9156f4..fe23b00c1 100644 --- a/src/zenutil/zenutil.cpp +++ b/src/zenutil/zenutil.cpp @@ -8,6 +8,7 @@ # include # include # include +# include namespace zen { @@ -19,6 +20,7 @@ zenutil_forcelinktests() cacherequests_forcelink(); chunkedfile_forcelink(); commandlineoptions_forcelink(); + parallellwork_forcelink(); } } // namespace zen -- cgit v1.2.3