Skip to main content

Module server

Module server 

Source
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§

CoordinatorServer
Server implementation for the coordinator.
ShardServer
Server implementation for a shard.