Function start_leader_election

Source
pub fn start_leader_election(
    shared_state: Arc<RwLock<SharedState>>,
    node_id: Arc<str>,
)