From 5845ce0a395de6d091405bb351274101b4d9faef Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Mon, 4 Dec 2023 09:56:06 -0500 Subject: [PATCH] Ameliorate for race condition. --- Concurrency/AsyncTaskQueue.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Concurrency/AsyncTaskQueue.hpp b/Concurrency/AsyncTaskQueue.hpp index f0de9f640..ba723103d 100644 --- a/Concurrency/AsyncTaskQueue.hpp +++ b/Concurrency/AsyncTaskQueue.hpp @@ -128,7 +128,7 @@ template