| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | rpc: Add asynchronous_codec wrapper for jsonlines. | Nick Mathewson | 2023-04-12 | 2 | -0/+101 | |
| | | ||||||
| * | rpc: Add a cancellable future type. | Nick Mathewson | 2023-04-12 | 2 | -0/+134 | |
| | | | | | | | 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`). | |||||
| * | rpc: Implement json message types for serde. | Nick Mathewson | 2023-04-12 | 2 | -0/+222 | |
