Browse Source

comment cleanup

combat-2
MagicBot 7 months ago
parent
commit
78480ca3dd
  1. 4
      src/engine/gameManager/ForgeManager.java

4
src/engine/gameManager/ForgeManager.java

@ -52,8 +52,8 @@ public enum ForgeManager implements Runnable { @@ -52,8 +52,8 @@ 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.
// .forge is a delayQueue (blocking priority queue using an epoc sort)
// workOrders are popped and processed when their completion time has passed.
//
// workOrders can be enqueued from any thread such as from a db handler
// however the interface is .submit(workOrder).

Loading…
Cancel
Save