summaryrefslogtreecommitdiff
path: root/crates/tor-rtmock/src/runtime.rs
Commit message (Collapse)AuthorAgeFilesLines
* tor-rtmock: Expose time_until_next_timeout on MockRuntimeIan Jackson2023-08-231-0/+25
|
* tor-rtmock: Use derive-adhoc for composite runtimesIan Jackson2023-07-071-8/+5
|
* tor-rtmock: Use the same specified field for BlockOn and SpawnIan Jackson2023-07-061-2/+1
| | | | These are always the same and probably always will be.
* tor-rtmock: task: clarify progress_until_stalled a littleIan Jackson2023-07-061-0/+2
|
* tor-rtmock: Runtime: Expand on "allowed" documentationIan Jackson2023-07-061-3/+33
|
* tor-rtmock: MockRuntime: provide test_with_variousIan Jackson2023-07-061-0/+43
| | | | In both fallible and infallible variants, for convenience.
* tor-rtmock: MockExecutor: Configurable scheduling policyIan Jackson2023-07-061-1/+13
|
* tor-rtmock: Provide MockRuntimeIan Jackson2023-07-061-0/+129