- Added TODO where we need to handling the unblocking of all `dequeue()` calls
This commit is contained in:
Tristan B. Velloza Kildaire 2023-11-26 14:34:31 +02:00
parent 569b0297ff
commit 6c9df711f8
1 changed files with 2 additions and 0 deletions

View File

@ -128,6 +128,8 @@ public class Watcher : Thread
break;
}
}
// TODO: Unblock all `dequeue()`'s here
}
/**