Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Guard Wheel.remove against expired instant removals
Trying to remove an already expired Timer Wheel entry (called by DelayQueue.reset()) in some cases as described in (tokio-rs#2573) causes panics. This prevents this panic by omitting removal in these cases
- Loading branch information