summaryrefslogtreecommitdiff
path: root/crates/arti-rpcserver/src/connection/methods.rs
Commit message (Collapse)AuthorAgeFilesLines
* Document more that cancel is uncancellable.Nick Mathewson2025-01-221-0/+2
|
* rpc: Make cancel requests uncancellable.Nick Mathewson2025-01-221-2/+2
| | | | | | | | | The current cancel code is prone to deadlock, so the easiest way to solve it appears to be making cancel requests themselves uncancellable. I've included a test to verify the behavior; previously, this test caused a deadlock.
* rpc: Implement the rpc:cancel command.Nick Mathewson2025-01-161-0/+44