From 41c7a8e13e58a6d5102a8077298720be2fe3dc9e Mon Sep 17 00:00:00 2001 From: "Tristan B. Kildaire" Date: Fri, 4 Dec 2020 18:08:41 +0200 Subject: [PATCH] MMmh, we can remove --- source/notifications.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/notifications.d b/source/notifications.d index 5ddcc6e..a11c04a 100644 --- a/source/notifications.d +++ b/source/notifications.d @@ -26,7 +26,7 @@ public class NotificationWatcher : Thread byte[] notification = manager.awaitNotification(); process(notification); - /* TODO: Below? */ + /* TODO: Below? Seperate mutex, so this should be removed, let it spin */ Thread.getThis().sleep(dur!("seconds")(2)); } }