summaryrefslogtreecommitdiffstats
path: root/tokio/src/time/clock.rs
AgeCommit message (Expand)Author
2020-10-12rt: simplify rt-* features (#2949)Taiki Endo
2020-10-12rt: Remove `threaded_scheduler()` and `basic_scheduler()` (#2876)Lucio Franco
2020-10-08time: rename `Delay` future to `Sleep` (#2932)Juan Alvarez
2020-07-10fix: Update the docs of "pause" to state that time will still advance (#2647)Markus Westerlind
2020-03-23time: fix repeated pause/resume of time (#2253)Tudor Sidea
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-11-18chore: refine feature flags (#1785)Carl Lerche
2019-11-15Limit `futures` dependency to `Stream` via feature flag (#1774)Carl Lerche
2019-11-12reorganize modules (#1766)Carl Lerche