aboutsummaryrefslogtreecommitdiff
path: root/src/time/sleep.go
AgeCommit message (Expand)Author
2022-04-11all: gofmt main repoRuss Cox
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-08-16time: update current time commentastraw99
2021-01-22time: clarify Timer.Reset behavior on AfterFunc TimersBrad Fitzpatrick
2020-12-03runtime, time: strictly enforce when, period constraintsMichael Pratt
2020-04-06time, runtime: only call resetTimer from (*Timer).ResetIan Lance Taylor
2020-02-24time: add Ticker.ResetChangkun Ou
2020-02-23Revert "time: add Ticker.Reset"Andrew Bonventre
2020-02-23time: add Ticker.ResetChangkun Ou
2019-12-17time: further clarifications to the (*Timer).Stop docsIan Lance Taylor
2019-11-19runtime, time: remove old timer codeIan Lance Taylor
2019-10-21runtime, syscall, time: prepare for adding timers to P'sIan Lance Taylor
2019-10-21runtime, syscall, time: add and use resettimerIan Lance Taylor
2019-07-18time: clarify when draining a Timer's channel is neededAllen Li
2018-11-02runtime, time: refactor startNano handlingDmitry Vyukov
2017-09-12runtime: improve timers scalability on multi-CPU systemsAliaksandr Valialkin
2016-11-11time: update Timer.Stop doc to account for AfterFuncRuss Cox
2016-10-18time: revise Timer comments for Stop, ResetRuss Cox
2016-10-01time: update comment to reflect correct file path.Mike Appleby
2016-06-06time: warn about correct use of a Timer's Stop/Reset methodsAndrew Gerrand
2016-05-20time: document that After uses memory until duration times outBrad Fitzpatrick
2016-03-02all: single space after period.Brad Fitzpatrick
2014-10-21time: panic with a more helpful error on use of invalid TimerBrad Fitzpatrick
2014-10-01time: A Timer must be properly created before use (documentation).Robert Griesemer
2014-09-08build: move package sources from src/pkg to srcRuss Cox