summaryrefslogtreecommitdiffstats
path: root/tokio/src/time/delay_queue.rs
AgeCommit message (Expand)Author
2020-10-05time: move DelayQueue to tokio-util (#2897)bdonlan
2020-10-01time: introduce `sleep` and `sleep_until` functions (#2826)Juan Alvarez
2020-09-11docs: more doc fixes (#2831)Zephyr Shannon
2020-08-27Docs delay queue (#2793)Blas Rodriguez Irizar
2020-07-26time: fix resetting expired timers causing panics (#2587)Felix Giese
2020-05-31docs: use intra-links in the docs (#2575)xliiv
2020-05-30docs: replace method links with intra-links (#2540)xliiv
2020-04-13doc: fix a few broken links (#2400)xliiv
2020-04-12docs: replace some html links with rustdoc paths (#2381)xliiv
2020-04-02Expose time::deplay_queue::Expired::deadline (#2300)MOZGIII
2020-03-26time: fix DelayQueue rewriting delay on insert after Poll::Ready (#2285)Christofer Nolander
2020-02-26time: avoid needing to `poll` DelayQueue after insertion (#2217)Thomas Whiteway
2020-01-24docs: use third form in API docs (#2027)Oleg Nosov
2019-12-21time: DelayQueue::len() (#1755)Ruben De Smet
2019-12-17time: impl Stream for DelayQueue (#1975)Ruben De Smet
2019-11-27doc: misc API documentation fixes (#1834)Oleg Nosov
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
2019-11-06time: rename `tokio::timer` -> `tokio::time` (#1745)Carl Lerche