summaryrefslogtreecommitdiffstats
path: root/tokio/src/time/driver/mod.rs
AgeCommit message (Expand)Author
2020-11-23time: use intrusive lists for timer tracking (#3080)bdonlan
2020-10-12rt: simplify rt-* features (#2949)Taiki Endo
2020-10-12rt: Remove `threaded_scheduler()` and `basic_scheduler()` (#2876)Lucio Franco
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-28rt: fix potential leak during runtime shutdown (#2649)Émile Grégoire
2020-07-24time: report correct error for timers that exceed max duration (#2023)Nikhil Benesch
2020-07-20Update doc comments (#2572)Mikail Bagishov
2020-03-26timer: improve memory ordering in Inner's increment (#2107)Brian L. Troutwine
2020-03-23time: fix repeated pause/resume of time (#2253)Tudor Sidea
2020-01-24docs: use third form in API docs (#2027)Oleg Nosov
2020-01-06time: advance frozen time in `park_timeout` (#2059)Carl Lerche
2019-12-24rt: coalesce thread-locals used by the runtime (#1925)Gardner Vickers
2019-12-22doc: fill out `fs` and remove html links (#2015)Carl Lerche
2019-12-04time: Remove `HandlePriv` (#1896)Kevin Leimkuhler
2019-11-27doc: misc API documentation fixes (#1834)Oleg Nosov
2019-11-21runtime: cleanup and add config options (#1807)Carl Lerche
2019-11-12reorganize modules (#1766)Carl Lerche