aboutsummaryrefslogtreecommitdiff
path: root/crates/arti-rpc-client-core/src/ll_conn.rs
Commit message (Collapse)AuthorAgeFilesLines
* rpc: Make stream type in NonblockingConnection opaque.Nick Mathewson2026-03-251-4/+20
|
* Split ll_conn module into blocking/nonblocking layersNick Mathewson2026-03-251-901/+18
| | | | | | | | This commit is almost entirely code movement; it's probably best to review this one with --color-moved. I've had to make a field (temporarily) pub(super). The next commit will fix that.
* rpc: Rename nb_stream.rs → ll_conn.rsNick Mathewson2026-03-251-0/+989
Since we are no longer calling these types "streams" I've decided to revert to the old name for this module.