summaryrefslogtreecommitdiff
path: root/crates/tor-rtmock/src/task.rs
Commit message (Expand)AuthorAgeFilesLines
* Remove now-unneeded allow(clippy::cognitive_complexity)Jim Newsome2026-07-151-3/+0
* maint: Run maint/add_warning to deny string slicesClara Engler2026-06-091-0/+1
* Fix typosTobias Stoeckmann2026-03-241-1/+1
* rtmock, chanmgr: Allow use of deprecated try_next() in testsGabriela Moldovan2026-03-031-0/+3
* Fix name of clippy lint to unchecked_time_subtraction (2)Ian Jackson2025-11-061-1/+1
* Switch Cargo.toml files to edition 2024.Nick Mathewson2025-08-071-5/+5
* Update code for Edition 2024Nick Mathewson2025-08-071-13/+21
* tor-rtmock: Use subthread_spawn for spawn_blocking.Wesley Aptekar-Cassels2025-06-091-38/+6
* rtmock: use Option::replace instead of mem::replaceNick Mathewson2025-05-151-8/+6
* tor-rtcompat: task tests: Allow a clippy lintIan Jackson2025-04-101-0/+1
* tor-rtcompat: task: Break out subthread_yieldIan Jackson2025-04-101-30/+36
* tor-rtcompat: task tests: Allow a clippy lintIan Jackson2025-04-101-0/+1
* tor-rtcompat: BlockOn: relax bounds on reenter_block_onIan Jackson2025-04-091-1/+1
* tor-rtmock: task: subthread_block_on_future; Yield a bit moreIan Jackson2025-04-091-2/+18
* tor-rtmock: task tests: New subhtread_pingpong testIan Jackson2025-04-091-1/+43
* tor-rtmock: task: Redo subthread_block_on_future; poll on the subthread (fmt)Ian Jackson2025-04-091-14/+3
* tor-rtmock: task: Redo subthread_block_on_future; poll on the subthreadIan Jackson2025-04-091-68/+62
* tor-rtmock: task: Minor refactoringIan Jackson2025-04-091-4/+6
* tor-rtmock: task: import Left and RightIan Jackson2025-04-091-3/+3
* tor-rtmock: task: impl Debug for TaskFutureInfoIan Jackson2025-04-091-1/+3
* tor-rtmock: task: Break out Waker::make_wakerIan Jackson2025-04-091-5/+10
* tor-rtmock: Improve a commentIan Jackson2025-04-091-1/+6
* tor-rtmock: Fix a commentIan Jackson2025-04-091-1/+1
* tor-rtcompat: Rename spawn_thread to spawn_blockingIan Jackson2025-03-041-7/+7
* tor-rtcompat: Remove the TODO re #1835Ian Jackson2025-03-041-3/+0
* tor-rtcompat: Explain Sendness of reenter_block_on futureIan Jackson2025-03-041-0/+1
* tor-rtmocK; Detect wrong-context blocking_io and spawn_threadIan Jackson2025-03-041-0/+19
* tor-rtmock: Split out spawn_thread_innerIan Jackson2025-03-041-5/+16
* tor-rtmocK; Detect re-entry into MockExecutorIan Jackson2025-03-041-6/+29
* tor-rtmock: task: Remove Default impl for ThreadDescriptorIan Jackson2025-03-041-3/+4
* tor-rtmock: Split out executor_main_loopIan Jackson2025-03-041-3/+11
* tor-rt*: Apply deferred formatting churnIan Jackson2025-03-041-2/+3
* tor-rtcompat: Provide a new function for executor re-entryIan Jackson2025-03-041-0/+8
* tor-rtcompat: New plan for blocking interaction, Blocking traitIan Jackson2025-03-041-10/+10
* tor-rtcompat: Rename BlockOn to ToplevelBlockOnIan Jackson2025-03-041-5/+7
* tor-rtmock: Correct a commentIan Jackson2025-03-041-1/+1
* tor-rtmock: Avoid confusing "concurrently" wordIan Jackson2025-02-251-2/+2
* tor-rtmock: Explain Subthreads and compare them with bare threadsIan Jackson2025-02-251-0/+31
* tor-rtmock: Capitalise Subthread and link to the definitionIan Jackson2025-02-251-25/+29
* tor-rtmock: Fix a typoIan Jackson2025-02-251-1/+1
* tor-rtmock: Move imprecations to more prominent locationIan Jackson2025-02-251-11/+9
* tor-rtmock: subthread facilityIan Jackson2025-02-131-7/+381
* tor-rtmock: subthread facility (pre-fmt)Ian Jackson2025-02-131-2/+10
* tor-rtmock: Replace open-coded Debug impl with DeriveIan Jackson2025-02-131-34/+27
* tor-rtmock tests: Improve various_mock_executorsIan Jackson2025-02-131-0/+1
* tor-rtmock tests: Break out various_mock_executorsIan Jackson2025-02-131-5/+10
* tor-rtmock: Break out Task::set_awakeIan Jackson2025-02-131-7/+19
* tor-rtmock: task: Rename MockExecutor Arc<Shared> field to sharedIan Jackson2025-02-131-17/+17
* tor-rtmock: task: Replace ArcMutexData with Arc<Shared>Ian Jackson2025-02-131-12/+20
* tor-rtmock: Correct a commentIan Jackson2025-02-131-1/+1