summaryrefslogtreecommitdiffstats
path: root/tokio/src/time/driver/handle.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-01time: introduce `sleep` and `sleep_until` functions (#2826)Juan Alvarez
2020-09-05tokio: document missing timer panics (#2801)Blas Rodriguez Irizar
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
2019-12-24rt: coalesce thread-locals used by the runtime (#1925)Gardner Vickers
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