When Sequence class is updated, it can only update its topmost sequence ptr. However, it's desirable to keep servicing the top of its sequence as those complete.
In other words, tasks which complete in a single update should all be carried out in a single update cycle, not waiting for N updates to complete, finishing each one at a a time.
When Sequence class is updated, it can only update its topmost sequence ptr. However, it's desirable to keep servicing the top of its sequence as those complete.
In other words, tasks which complete in a single update should all be carried out in a single update cycle, not waiting for N updates to complete, finishing each one at a a time.