From bc6c90411a8dfb160223c872f40e9bbd332e1235 Mon Sep 17 00:00:00 2001 From: "Tristan B. Kildaire" Date: Tue, 24 May 2022 19:16:23 +0200 Subject: [PATCH] Added comment --- source/tasky/jobs.d | 3 +++ 1 file changed, 3 insertions(+) diff --git a/source/tasky/jobs.d b/source/tasky/jobs.d index 7d06ea4..1b79692 100644 --- a/source/tasky/jobs.d +++ b/source/tasky/jobs.d @@ -108,6 +108,9 @@ public abstract class Descriptor : Signal /** * Static initialization of the descriptor * class ID queue's lock + * + * FIXME: BIG BUG FOR MULTITHREADED THIS MUST BE SET TO GSHARED TOO, else each thread + * will be overwriting the global descQueuLock */ static this() {