arti

Module rpc

Source
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ยง

  • Run an RPC listener task to accept incoming connections at the Unix socket address of path.
  • run_rpc_listener ๐Ÿ”’
    Backend function to implement an RPC listener: runs in a loop.