()
| 322 | } |
| 323 | |
| 324 | func (t *trackingTimer) Stop() bool { |
| 325 | t.parent.remove(t.Timer) |
| 326 | return t.Timer.Stop() |
| 327 | } |
| 328 | |
| 329 | // TrackTimers replaces internal.TimerAfterFunc with one that tracks timer |
| 330 | // creations, stoppages and expirations. CheckTimers should then be invoked at |