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 } /**