summaryrefslogtreecommitdiffstats
path: root/tokio/src/time/instant.rs
AgeCommit message (Expand)Author
2020-10-12time: Clean up `Instant` docs to align with `std` (#2946)Lucio Franco
2020-10-01time: introduce `sleep` and `sleep_until` functions (#2826)Juan Alvarez
2020-02-17Added Ord and Hash as derived traits for tokio::time::Instant (#2239)Tudor Sidea
2019-12-05time: impl From between std / tokio Instants (#1904)Steven Fackler
2019-11-12reorganize modules (#1766)Carl Lerche