Implements a new thread dedicated for syncing

This commit is contained in:
Age Manning
2019-09-07 00:28:54 +10:00
parent ee25766cae
commit 812e1fbe26
4 changed files with 514 additions and 457 deletions

View File

@@ -4,7 +4,7 @@ mod manager;
/// Stores the various syncing methods for the beacon chain.
mod simple_sync;
pub use simple_sync::SimpleSync;
pub use simple_sync::MessageProcessor;
/// Currently implemented sync methods.
pub enum SyncMethod {