pub fn run_shard(_shard_id: usize, addr: SocketAddr, shard: Shard) -> Result<()>Expand description
Run the main server with Multi-Reactor architecture
Spawns one thread per CPU core. Each thread runs its own event loop and accepts connections on the shared port (via SO_REUSEPORT).