Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
timers: short-cut timeout extension pattern
in case we constantly extend the same timer the head might already point to the timer we want to cancel. in this case we can directly remove the timer to reduce building up the heap unnecessarily.
- Loading branch information