From 6c9df711f855532a91cf5b508b4b56b5d1b5a999 Mon Sep 17 00:00:00 2001 From: "Tristan B. Velloza Kildaire" Date: Sun, 26 Nov 2023 14:34:31 +0200 Subject: [PATCH] Watcher - Added TODO where we need to handling the unblocking of all `dequeue()` calls --- source/tristanable/manager/watcher.d | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/tristanable/manager/watcher.d b/source/tristanable/manager/watcher.d index f07518f..b86af6d 100644 --- a/source/tristanable/manager/watcher.d +++ b/source/tristanable/manager/watcher.d @@ -128,6 +128,8 @@ public class Watcher : Thread break; } } + + // TODO: Unblock all `dequeue()`'s here } /**