Available on crate feature
rpc
only.Expand description
Experimental RPC support.
Modulesยง
- conntarget ๐A wrapper around an RPC Object that can be used as a connection target.
- proxyinfo ๐Implement RPC functionality for finding what ports are running as proxies.
- session ๐Declare the RPC session object as exposed from the RPC server run by the
arti
crate.
Functionsยง
- launch_
rpc_ ๐listener Run an RPC listener task to accept incoming connections at the Unix socket address ofpath
. - run_
rpc_ ๐listener Backend function to implement an RPC listener: runs in a loop.