comment cleanup

This commit is contained in:
2024-04-25 09:47:58 -04:00
parent 2464deb3f3
commit 31037c9324
+4
View File
@@ -52,6 +52,10 @@ public enum ForgeManager implements Runnable {
while (true) {
// ForgeManager.forge is a delayQueue (priority queue using an epoc sort)
// workOrders are popped and processed when the completion time has passed.
// workOrders can be enqueued from any thread.
try {
workOrder = forge.take();