Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Putting initial set of lastTick to current back from feedback @msujew wrote: If we interrupt to let other code run (i.e. how it's intended to be used, not just waiting on FireFox to do it's thing), the newly called code will then also call interruptAndCheck which immediately results in another next tick delay. We don't want that, so we would need to update the lastTick before and after running the delay.
- Loading branch information