Expand description
tarpc server implementations.
This module provides server implementations for the distributed colony’s RPC services. Each server wraps the corresponding local component (ShardedColony or Coordinator) and exposes it via tarpc.
Structs§
- Coordinator
Server - Server implementation for the coordinator.
- Shard
Server - Server implementation for a shard.