Closed
Description
I could definitely be missing something, but in the Event Processing Model, step 2 says:
- Let oldestTask be the first runnable task in taskQueue, and remove it from taskQueue.
and step 7 says:
- Remove oldestTask from its task queue.
There aren't any early-outs between 2 and 7, so my guess is that step 7 can just be deleted?