summaryrefslogtreecommitdiffstats
path: root/tokio/src/time/driver/entry.rs
AgeCommit message (Expand)Author
2020-10-12time: move error types into `time::error` (#2938)Juan Alvarez
2020-10-08time: rename `Delay` future to `Sleep` (#2932)Juan Alvarez
2020-10-06time: clean time driver (#2905)greenwoodcm
2020-07-24time: report correct error for timers that exceed max duration (#2023)Nikhil Benesch
2020-07-20time: improve Entry field comment (#2671)Blas Rodriguez Irizar
2020-04-29time: notify when resetting a Delay to a time in the past (#2290)Thomas Whiteway
2020-01-26chore: bump nightly version used in CI (#2178)Carl Lerche
2020-01-06time: advance frozen time in `park_timeout` (#2059)Carl Lerche
2019-12-04time: Remove `HandlePriv` (#1896)Kevin Leimkuhler
2019-11-20time: Eagerly bind delays to timer (#1800)Kevin Leimkuhler
2019-11-12reorganize modules (#1766)Carl Lerche