[][src]Type Definition spectacles_gateway::ShardMap

type ShardMap = HashMap<usize, Arc<Mutex<Shard>>>;

A collection of shards, keyed by shard ID.