-
由 Simon Hausmann 创作于
When stopping a timer, the removal from the timer list requires a mutable borrow. If during that borrow the timer's closure is dropped and a `Drop` impl starts another time, then the attempt of acquiring a mutable borrow for the timers list to insert the new timer fails.