- Added a TODO for `stop()`
This commit is contained in:
Tristan B. Velloza Kildaire 2023-11-26 14:32:01 +02:00
parent 4bee62e4e2
commit 569b0297ff
1 changed files with 2 additions and 0 deletions

View File

@ -97,6 +97,8 @@ public class Manager
public void stop()
{
watcher.shutdown();
// TODO: Unblock ALL queues here
}
/**