summaryrefslogtreecommitdiff
path: root/crates/arti-rpcserver/src/cancel.rs
Commit message (Collapse)AuthorAgeFilesLines
* rpc: Add standard warnings to arti-rpcserverNick Mathewson2023-04-121-0/+16
|
* rpc: Add a cancellable future type.Nick Mathewson2023-04-121-0/+133
Ordinarily you can cancel a future just by dropping it, but we'll want the ability to cancel futures that we no longer own (because we gave them to a `FuturesUnordered`).