Move cluster slots update to separate thread (#11523) (#11558)

* Add cluster_slots_service

Co-authored-by: Carl <carl@solana.com>
(cherry picked from commit 7ef50a9352)

Co-authored-by: carllin <wumu727@gmail.com>
This commit is contained in:
mergify[bot]
2020-08-11 21:24:34 +00:00
committed by GitHub
parent 1a1d7744bd
commit b8ac76066c
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;