Move cluster slots update to separate thread (#11523)

* Add cluster_slots_service

Co-authored-by: Carl <carl@solana.com>
This commit is contained in:
carllin
2020-08-11 12:48:13 -07:00
committed by GitHub
parent 17645ee20c
commit 7ef50a9352
4 changed files with 206 additions and 105 deletions

View File

@@ -19,6 +19,7 @@ pub mod contact_info;
pub mod bank_weight_fork_choice;
pub mod cluster_info;
pub mod cluster_slots;
pub mod cluster_slots_service;
pub mod consensus;
pub mod crds;
pub mod crds_gossip;