summaryrefslogtreecommitdiff
path: root/crates/tor-rtmock/src/task.rs
Commit message (Expand)AuthorAgeFilesLines
* 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
* tor-rtmock: change return types to be less concreteSaksham Mittal2023-11-211-1/+1
* tor-rtmock: change return type of spawn_join()Saksham Mittal2023-11-211-3/+3
* tor-rtmock: introduce spawn_join() for MockRuntime & MockExecutorSaksham Mittal2023-11-211-0/+17
* tor-rtmock: MockExecutor: Provide n_tasks accessorIan Jackson2023-10-161-0/+15
* tor-rtmock: task backtraces: Expand on spurious backtracesIan Jackson2023-09-131-2/+7
* tor-rtmock: task backtraces: Fix output re backtrace multiplicityIan Jackson2023-09-131-2/+10
* tor-rtmock: task: Add missing doc commentIan Jackson2023-09-131-1/+3
* tor-rtmock: task: Add warning about backtrace salienceIan Jackson2023-09-131-2/+34
* tor-rtmock: task: Add backtrace dumping callsIan Jackson2023-09-131-4/+4
* tor-rtmock: task: Add API for printing dumps including backtracesIan Jackson2023-09-131-3/+77
* tor-rtmock: task: Capture sleep backtraces, with code to dumpIan Jackson2023-09-131-4/+75
* tor-rtmock: task: Prepare for ActualWaker::clone taking the data lockIan Jackson2023-09-131-4/+28
* tor-rtmock: task: Switch to unsafe RawWaker approachIan Jackson2023-09-131-5/+83