summaryrefslogtreecommitdiff
path: root/crates/tor-rtmock/src/task.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix: fix typosDimitris Apostolou2025-01-301-1/+1
* tor-rtmock: drop_reentrancy test: Run under miri tooIan Jackson2025-01-151-8/+14
* tor-rtmock: Explicitly manage the lifetime of the futureIan Jackson2025-01-151-0/+7
* tor-rtmock: Add a test case for Future drop entrancyIan Jackson2025-01-151-0/+34
* tor-rtmock: Avoid misleading task dumps by careful drop sequencingIan Jackson2025-01-151-9/+34
* tor-rtmock: Add some more tracing / debug outputIan Jackson2025-01-151-1/+9
* tor-rtmock: Explain a difficulty with test trace outputIan Jackson2025-01-151-0/+5
* tor-rtcompat: Use GAT instead of RPIT in SpawnBlocking trait.Wesley Aptekar-Cassels2025-01-071-3/+6
* tor-rtmock: Add task names for spawn_obj and spawn_blocking.Wesley Aptekar-Cassels2025-01-071-2/+2
* tor-rtcompat: Add spawn_blocking to Runtime trait.Wesley Aptekar-Cassels2025-01-071-1/+37
* fix: fix typosDimitris Apostolou2025-01-061-2/+2
* Convert a few crates to slotmap-carefulNeel Chauhan2024-10-171-3/+3
* tor-rtmock: Add some commentary about SleepLocationIan Jackson2024-10-081-0/+6
* tor-rtmock: Fix a memory leakIan Jackson2024-10-081-6/+20
* tor-rtmock: Provide a fake SleepProvider for miriIan Jackson2024-10-081-0/+16
* extract tor_async_utils::oneshot into ::oneshot-fused-workaroundJim Newsome2024-08-281-1/+2
* Match previous backtrace formattingRobin Leander Schröder2024-08-081-1/+1
* Use std::backtrace instead of backtrace crateRobin Leander Schröder2024-08-011-33/+8
* Suppress a spurious dead code lintIan Jackson2024-04-251-0/+1
* Run maint/add_warning.Nick Mathewson2024-03-131-0/+1
* tor-rtmock: get rid of unwrap()Saksham Mittal2023-11-211-1/+1
* tor-rtmock: handle Receiver result inside spawn_join()Saksham Mittal2023-11-211-2/+2
* tor-rtmock: use expect() insteadSaksham Mittal2023-11-211-1/+2