summaryrefslogtreecommitdiff
path: root/crates/tor-rtcompat/src/scheduler.rs
Commit message (Expand)AuthorAgeFilesLines
* rtcompat, rtmock: Port to web-time-compat.Nick Mathewson2026-03-261-5/+5
* smol: Implement smol in tor-rtcompatNiel Duysters2025-08-211-1/+1
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-1/+1
* CI: run miri, currently on tor-rtcompatIan Jackson2024-09-261-0/+1
* Temporarily disable it_cancels_delayed_firings.Nick Mathewson2022-11-101-0/+5
* `TaskSchedule`: give error on `sleep*()` if last handle is droppedNick Mathewson2022-09-071-5/+28
* tor-rtcompat: s/micros/millis inside a flaky testeta2022-07-261-1/+1
* TaskSchedule: Add a sleep_until_wallclock method too.Nick Mathewson2022-06-101-1/+14
* Add a `sleep` function to TaskSchedule.Nick Mathewson2022-06-071-0/+20
* Add "suspend" and "resume" to TaskSchedule.Nick Mathewson2022-06-071-0/+83
* Make daemon tasks self-contained; introduce NetDirProvidereta2022-03-301-0/+6
* tor-rtcompat/scheduler: add unit tests, FireIn -> FireAteta2022-03-241-7/+139
* Implement a periodic task scheduler, and a basic dormant modeeta2022-03-231-0/+148