summaryrefslogtreecommitdiffstats
path: root/tokio/src/time
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-11-11time: document maximum sleep duration (#3126)Alice Ryhl
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-12time: Clean up `Instant` docs to align with `std` (#2946)Lucio Franco
2020-10-08time: rename `Delay` future to `Sleep` (#2932)Juan Alvarez
2020-10-08chore: Fix clippy lints (#2931)bdonlan
2020-10-06time: clean time driver (#2905)greenwoodcm
2020-10-05time: move DelayQueue to tokio-util (#2897)bdonlan
2020-10-01chore: make #[doc(hidden)] apis private (#2901)Alice Ryhl
2020-10-01time: introduce `sleep` and `sleep_until` functions (#2826)Juan Alvarez
2020-09-24docs: use #[doc(no_inline)] on re-exports (#2874)Taiki Endo
2020-09-19time: remove outdated todo comment (#2848)Taiki Endo
2020-09-11docs: more doc fixes (#2831)Zephyr Shannon
2020-09-05tokio: document missing timer panics (#2801)Blas Rodriguez Irizar
2020-09-02time: move throttle to StreamExt (#2752)Blas Rodriguez Irizar
2020-08-27Docs delay queue (#2793)Blas Rodriguez Irizar
2020-07-28rt: fix potential leak during runtime shutdown (#2649)Émile Grégoire
2020-07-26time: interval Stream impl requires stream feature (#2695)Alice Ryhl
2020-07-26time: fix incorrect argument name in doc (#2691)Alice Ryhl
2020-07-26time: fix resetting expired timers causing panics (#2587)Felix Giese
2020-07-24time: report correct error for timers that exceed max duration (#2023)Nikhil Benesch
2020-07-24chore: complete CI migration to Github Actions (#2680)Carl Lerche
2020-07-20Update doc comments (#2572)Mikail Bagishov
2020-07-20time: improve Entry field comment (#2671)Blas Rodriguez Irizar
2020-07-10fix: Update the docs of "pause" to state that time will still advance (#2647)Markus Westerlind
2020-06-16time: add example using `interval` to the time module (#2623)Craig Pastro
2020-06-12chore: reduce pin related unsafe code (#2613)Taiki Endo
2020-06-10doc: add sleep alias to delay_for (#2589)Alice Ryhl
2020-05-31docs: use intra-links in the docs (#2575)xliiv
2020-05-30docs: replace method links with intra-links (#2540)xliiv
2020-05-21coop: Undo budget decrement on Pending (#2549)Jon Gjengset
2020-05-12chore: change norun to no_run (#2518)Alice Ryhl
2020-04-29time: notify when resetting a Delay to a time in the past (#2290)Thomas Whiteway
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-26timer: fix loom test (#2346)Carl Lerche
2020-03-26timer: improve memory ordering in Inner's increment (#2107)Brian L. Troutwine
2020-03-26time: fix DelayQueue rewriting delay on insert after Poll::Ready (#2285)Christofer Nolander
2020-03-23time: fix repeated pause/resume of time (#2253)Tudor Sidea
2020-03-16Add cooperative task yielding (#2160)Jon Gjengset
2020-02-26time: avoid needing to `poll` DelayQueue after insertion (#2217)Thomas Whiteway
2020-02-17Added Ord and Hash as derived traits for tokio::time::Instant (#2239)Tudor Sidea
2020-02-01time: Add comment about cancelation of timed out futures (#2206)Daniel Müller
2020-01-27timer: fix out of bounds error (#2184)Juan Alvarez