Expand description
Top-level RpcMgr
to launch sessions.
Structs§
- Inner 🔒
- The
RpcMgr
’s state. This is kept inside a lock for interior mutability. - RpcMgr
- Shared state, configuration, and data for all RPC sessions.
Enums§
- RpcMgr
Error - An error from creating or using an RpcMgr.
Type Aliases§
- Object
With 🔒Context - An
rpc::Object
, along with its associatedrpc::Context
. - Session
Factory 🔒 - A function we use to construct Session objects in response to authentication.