Skip to content

rpcbase: Implement RPC method delegation support.

Nick Mathewson requested to merge nickm/arti:rpc-delegate into main

(Couldn't use Deref here, since we needed to get an Arc.)

Only one delegation target per object is permitted for now.

This will help with #1523 (closed).

Merge request reports