Skip to main content

spawn_raft_runtime

Function spawn_raft_runtime 

Source
pub fn spawn_raft_runtime(
    core_count: usize,
    raft_group_count: usize,
    raft_log_dir: impl Into<PathBuf>,
) -> Result<ShardRuntime, RuntimeError>