summaryrefslogtreecommitdiffstats
path: root/tokio/src/time/driver
AgeCommit message (Expand)Author
2020-12-08time: Fix race condition in timer drop (#3229)bdonlan
2020-12-07rt: fix deadlock in shutdown (#3228)bdonlan
2020-11-24time: replace 'ouClockTimeide' in internal docs with 'outside' (#3171)Max Sharnoff
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-10-01time: introduce `sleep` and `sleep_until` functions (#2826)Juan Alvarez
2020-09-05tokio: document missing timer panics (#2801)Blas Rodriguez Irizar
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-07-20time: improve Entry field comment (#2671)Blas Rodriguez Irizar
2020-05-21coop: Undo budget decrement on Pending (#2549)Jon Gjengset
2020-04-29time: notify when resetting a Delay to a time in the past (#2290)Thomas Whiteway
2020-03-26timer: fix loom test (#2346)Carl Lerche
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-03-16Add cooperative task yielding (#2160)Jon Gjengset
2020-01-26chore: bump nightly version used in CI (#2178)Carl Lerche
2020-01-24rt: improve "no runtime" panic messages (#2145)Avery Harnish
2020-01-24docs: use third form in API docs (#2027)Oleg Nosov
2020-01-07rt: cleanup runtime::context (#2063)Carl Lerche
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-20time: Eagerly bind delays to timer (#1800)Kevin Leimkuhler
2019-11-15Limit `futures` dependency to `Stream` via feature flag (#1774)Carl Lerche
2019-11-12reorganize modules (#1766)Carl Lerche