This commit is contained in:
Anatoly Yakovenko 2018-04-26 13:50:57 -07:00
parent 15584e7062
commit 48018b3f5b
1 changed files with 1 additions and 0 deletions

View File

@ -264,6 +264,7 @@ mod test {
/// Test that the network converges.
/// Run until every node in the network has a full ReplicatedData set.
/// Check that nodes stop sending updates after all the ReplicatedData has been shared.
/// tests that actually use this function are below
fn run_gossip_topo<F>(topo: F)
where
F: Fn(&Vec<(Arc<RwLock<Crdt>>, JoinHandle<()>)>) -> (),