Stop follows the same semantics as with time.Timer.Stop.
()
| 148 | Reset(d time.Duration) bool |
| 149 | // Stop follows the same semantics as with time.Timer.Stop. |
| 150 | Stop() bool |
| 151 | } |
| 152 | |
| 153 | // StdClock is a simple implementation of Clock using the relevant funcs in the |
no outgoing calls