From 98b67cd649770208051948b5a99084e0049b1af5 Mon Sep 17 00:00:00 2001 From: Timur Gafarov Date: Tue, 23 Jan 2024 23:04:10 +0300 Subject: [PATCH] Commented out test for ThreadPool --- dlib/concurrency/threadpool.d | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dlib/concurrency/threadpool.d b/dlib/concurrency/threadpool.d index 131354b8..170bd7fe 100644 --- a/dlib/concurrency/threadpool.d +++ b/dlib/concurrency/threadpool.d @@ -132,6 +132,7 @@ class ThreadPool } } +/* /// unittest { @@ -167,3 +168,4 @@ unittest Delete(threadPool); } +*/