summaryrefslogtreecommitdiff
path: root/tor-rtcompat/src/timer.rs
Commit message (Expand)AuthorAgeFilesLines
* Add a conversion from TimeoutError to IoError.Nick Mathewson2021-05-211-0/+6
* Split mocking parts of rtcompat into new rtmock crate.Nick Mathewson2021-05-031-167/+1
* Remove most pin_project usage in tor_rtcompat.Nick Mathewson2021-04-281-7/+5
* Enforce (and obey) clippy lints about exhaustive enums, structs.Nick Mathewson2021-04-271-0/+1
* Add a yield_now() call to MockSleepProvider::advance()Nick Mathewson2021-04-211-9/+8
* Tests for sleep_until_wallclock.Nick Mathewson2021-04-201-6/+175
* Add "now" functions to SleepProvider.Nick Mathewson2021-04-191-1/+1
* rtcompat: mark some outputs as must-use.Nick Mathewson2021-04-191-0/+2
* tor_rtcompat: Documentation and cleanupsNick Mathewson2021-04-171-22/+91
* Remove need for async_trait in SleepProviderExtNick Mathewson2021-04-171-11/+42
* Move timer functions into an extension trait.Nick Mathewson2021-04-171-0/+107