aboutsummaryrefslogtreecommitdiff
path: root/src/time/tick.go
AgeCommit message (Expand)Author
2024-04-04time: add available godoc linkcui fliter
2024-03-13time: garbage collect unstopped Tickers and TimersRuss Cox
2024-03-13runtime: clean up timer stateRuss Cox
2024-03-09time: move runtimeTimer out of Timer structRuss Cox
2024-02-28runtime: delete addtimerRuss Cox
2023-01-20time: no need to wrap error with errors.Newfangguizhen
2022-04-05all: replace `` and '' with “ (U+201C) and ” (U+201D) in doc commentsRuss Cox
2021-11-05time: make Ticker.Reset(0) paniczhouguangyuan
2021-08-16time: update current time commentastraw99
2020-11-18time: in NewTicker, document that the 1st tick comes after dAlberto Donizetti
2020-10-23all: fix quoting for compress/bzip2 and time's godocsubham sarkar
2020-02-24time: add Ticker.ResetChangkun Ou
2020-02-23Revert "time: add Ticker.Reset"Andrew Bonventre
2020-02-23time: add Ticker.ResetChangkun Ou
2018-07-11time: add clarification to Timer.Stop documentationCaleb Martinez
2016-03-02all: single space after period.Brad Fitzpatrick
2016-02-29time: document Tick will return nil if d <= 0Shenghou Ma
2015-07-13time: document that time.Tick creates an unrecoverable resourceRob Pike
2014-09-08build: move package sources from src/pkg to srcRuss Cox